diff --git a/src/cpu/x86_ops_bitscan.h b/src/cpu/x86_ops_bitscan.h index 7e906a2a0..af87a545d 100644 --- a/src/cpu/x86_ops_bitscan.h +++ b/src/cpu/x86_ops_bitscan.h @@ -8,7 +8,6 @@ for (c = start; c != end; c += dir) \ { \ CLOCK_CYCLES(time); \ - instr_cycles += time; \ if (temp & (1 << c)) \ { \ dest = c; \