diff --git a/basis/cpu/x86/64/bootstrap.factor b/basis/cpu/x86/64/bootstrap.factor index c7f9901d33..a82c8c17e2 100644 --- a/basis/cpu/x86/64/bootstrap.factor +++ b/basis/cpu/x86/64/bootstrap.factor @@ -29,7 +29,7 @@ IN: bootstrap.x86 : jit-save-tib ( -- ) ; : jit-restore-tib ( -- ) ; : jit-update-tib ( ctx-reg -- ) drop ; -: jit-install-seh ( -- ) ESP bootstrap-cell ADD ; +: jit-install-seh ( -- ) stack-reg bootstrap-cell ADD ; : jit-call ( name -- ) RAX 0 MOV rc-absolute-cell jit-dlsym