x86_64 bugfix : subtract 32bit int type

This commit is contained in:
Aaron Culliney 2014-06-08 15:46:59 -07:00
parent 2f2698ed9e
commit 1b2a46dff4

View File

@ -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