diff options
author | Evgueni Petrov <[email protected]> | 2022-02-10 16:47:00 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:00 +0300 |
commit | 6bde7c5def28273dc3eb4b26959d640ce52e5d2f (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/system/cpu_id_ut.cpp | |
parent | 19d7d7947f95423df4b50d3a6e858cd689db06ed (diff) |
Restoring authorship annotation for Evgueni Petrov <[email protected]>. Commit 2 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 743a1a5bfae..68f1f8aac7f 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() { |