From 303b3f2f83d2aa6b23c9e7ca5ea3482f3e4451e8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 23 Nov 2008 00:09:23 -0600 Subject: [PATCH] Fix compile error in x86 bootstrap --- basis/cpu/x86/bootstrap.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/bootstrap.factor b/basis/cpu/x86/bootstrap.factor index 2c54880788..256a778e8a 100644 --- a/basis/cpu/x86/bootstrap.factor +++ b/basis/cpu/x86/bootstrap.factor @@ -305,7 +305,7 @@ big-endian off ds-reg [] arg1 MOV ! push to stack ] f f f \ fixnum-shift-fast define-sub-primitive -: jit-fixnum-/mod +: jit-fixnum-/mod ( -- ) temp-reg ds-reg [] MOV ! load second parameter div-arg ds-reg bootstrap-cell neg [+] MOV ! load first parameter mod-arg div-arg MOV ! make a copy