mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Fix to the previous commit to only do it when using the recompiler.
This commit is contained in:
@@ -14,7 +14,8 @@ static int opRDTSC(uint32_t fetchdat)
|
||||
EAX = tsc & 0xffffffff;
|
||||
EDX = tsc >> 32;
|
||||
CLOCK_CYCLES(1);
|
||||
update_tsc();
|
||||
if (cpu_use_dynarec)
|
||||
update_tsc();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user