From 9730ec1707ffdfc80e0b1dcabcb9e362088776c7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 19 May 2010 01:29:52 -0400 Subject: [PATCH] cpu.x86.32: fix load error --- basis/cpu/x86/32/32.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/32/32.factor b/basis/cpu/x86/32/32.factor index f616f10b27..4812937597 100755 --- a/basis/cpu/x86/32/32.factor +++ b/basis/cpu/x86/32/32.factor @@ -154,7 +154,7 @@ M:: x86.32 %unbox ( dst src func rep -- ) src func call-unbox-func dst rep %load-return ; -M:: x86.32 %unbox-long-long cpu ( src out func -- ) +M:: x86.32 %unbox-long-long ( src out func -- ) EAX src int-rep %copy 0 stack@ EAX MOV EAX out int-rep %copy