oops, handler still need to jit-load-vm on x86-32
parent
1c7bd9a7b4
commit
d62a0b28e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue