mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
TSC update cycle fixes.
This commit is contained in:
@@ -26,7 +26,7 @@ void codegen_accumulate(int acc_reg, int delta)
|
||||
addbyte(0x04);
|
||||
addbyte(0x25);
|
||||
addlong((uint32_t) (uintptr_t) &(acycs));
|
||||
addlong(delta);
|
||||
addlong(-delta);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user