From 423ad4503b286a1e204e09336cae7b5b75e51f3a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 7 Jul 2008 19:11:49 -0500 Subject: [PATCH] Minor oversights --- Makefile | 1 - core/bootstrap/image/image.factor | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f7cdca06d..48d4e214db 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ AR = ar LD = ld EXECUTABLE = factor -VERSION = 0.91 IMAGE = factor.image BUNDLE = Factor.app diff --git a/core/bootstrap/image/image.factor b/core/bootstrap/image/image.factor index a8fcc712eb..5812a0f8e7 100755 --- a/core/bootstrap/image/image.factor +++ b/core/bootstrap/image/image.factor @@ -505,6 +505,8 @@ M: quotation ' jit-r>-word jit-swap jit-swap-word + jit-over + jit-over-word jit-fixnum-fast jit-fixnum-fast-word jit-fixnum>=