From 9472c866da892739e75d5d34ae5a87be02ec60f2 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 14 Aug 2010 09:14:22 -0700 Subject: [PATCH] cpu.x86.64: rescue from the perils of cut and paste code (fix bug reported by x6j8x) --- basis/cpu/x86/64/64.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/64/64.factor b/basis/cpu/x86/64/64.factor index 6861ddd99a..f4a2d05f8d 100644 --- a/basis/cpu/x86/64/64.factor +++ b/basis/cpu/x86/64/64.factor @@ -95,7 +95,7 @@ M:: x86.64 %load-reg-param ( vreg rep reg -- ) M:: x86.64 %store-reg-param ( vreg rep reg -- ) reg vreg rep %copy ; -M: x86.32 %discard-reg-param ( rep reg -- ) +M: x86.64 %discard-reg-param ( rep reg -- ) 2drop ; M:: x86.64 %unbox ( dst src func rep -- )