From 1c271f6f8a8525b23b5e3a9fbeca281ed3ed633a Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 13 Apr 2022 02:12:08 +0200 Subject: [PATCH] And fixed one last warning, which finishes this CPU warning fix process. --- src/cpu/x86_ops_bitscan.h | 1 - 1 file changed, 1 deletion(-) 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; \