diff options
author | Evgueni Petrov <[email protected]> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:59 +0300 |
commit | 19d7d7947f95423df4b50d3a6e858cd689db06ed (patch) | |
tree | b31e808f1761fed50236a1ae5bda03cd3bb9d428 /util/system/cpu_id_ut.cpp | |
parent | 122c87ebe5797d52f1800afb02c87f751135d0a4 (diff) |
Restoring authorship annotation for Evgueni Petrov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/cpu_id_ut.cpp')
-rw-r--r-- | util/system/cpu_id_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/cpu_id_ut.cpp b/util/system/cpu_id_ut.cpp index 68f1f8aac7f..743a1a5bfae 100644 --- a/util/system/cpu_id_ut.cpp +++ b/util/system/cpu_id_ut.cpp @@ -163,10 +163,10 @@ void ExecutePOPCNTInstruction() { } void ExecuteBMI1Instruction() { - __asm__ __volatile__("tzcnt %%eax, %%eax\n" + __asm__ __volatile__("tzcnt %%eax, %%eax\n" : : - : "eax"); + : "eax"); } void ExecuteBMI2Instruction() { |