mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Some CPU fixes, fixes #736.
This commit is contained in:
@@ -2047,7 +2047,7 @@ generate_call:
|
||||
int jump_cycles = 0;
|
||||
|
||||
if (codegen_timing_jump_cycles != NULL)
|
||||
codegen_timing_jump_cycles();
|
||||
jump_cycles = codegen_timing_jump_cycles();
|
||||
|
||||
if (jump_cycles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user