Merge branch 'master' of git://factorcode.org/git/factor
commit
fcc4b3d98a
basis/cpu/x86
|
@ -76,6 +76,7 @@ IN: bootstrap.x86
|
|||
! call the quotation
|
||||
EAX quot-xt-offset [+] CALL
|
||||
! save ds, rs registers
|
||||
jit-load-vm
|
||||
jit-save-context
|
||||
] \ c-to-factor define-sub-primitive
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ IN: bootstrap.x86
|
|||
ctx-reg context-callstack-bottom-offset [+] safe-reg MOV
|
||||
! call the quotation
|
||||
arg1 quot-xt-offset [+] CALL
|
||||
jit-load-vm
|
||||
jit-save-context
|
||||
] \ c-to-factor define-sub-primitive
|
||||
|
||||
|
|
Loading…
Reference in New Issue