mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +00:00
x86_64 bugfix : subtract 32bit int type
This commit is contained in:
parent
2f2698ed9e
commit
1b2a46dff4
@ -1971,8 +1971,8 @@ continue:
|
||||
addb DebugCycleCount, %al
|
||||
movb %al, DebugCycleCount
|
||||
addw %ax, SN(cpu65_cycle_count)
|
||||
subLQ _XAX, SN(gc_cycles_timer_0)
|
||||
subLQ _XAX, SN(gc_cycles_timer_1)
|
||||
subl %eax, SN(gc_cycles_timer_0)
|
||||
subl %eax, SN(gc_cycles_timer_1)
|
||||
subw %ax, SN(cpu65_cycles_to_execute)
|
||||
jle exit_cpu65_run
|
||||
continue1: xorLQ _XAX, _XAX
|
||||
|
Loading…
Reference in New Issue
Block a user