oops, handler still need to jit-load-vm on x86-32

db4
Joe Groff 2011-12-13 20:09:07 -08:00
parent 1c7bd9a7b4
commit d62a0b28e6
1 changed files with 5 additions and 1 deletions

View File

@ -102,7 +102,11 @@ big-endian off
signal-handler-save-regs
[| r i | stack-reg i bootstrap-cells [+] r MOV ] each-index
PUSHF ;
PUSHF
! on x86-32 we need to load the vm register
! on x86-64 it's already loaded whenever we're in a factor context
bootstrap-cell 4 = [ jit-load-vm ] when ;
: jit-signal-handler-epilog ( -- )
POPF