From 2f4f86d288ebdf553b4fc721e07def4089aee225 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 12 Oct 2008 17:36:34 -0500 Subject: [PATCH] Fix (set-slot) template --- basis/cpu/x86/intrinsics/intrinsics.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/intrinsics/intrinsics.factor b/basis/cpu/x86/intrinsics/intrinsics.factor index 2425a08922..b7a5b6063b 100644 --- a/basis/cpu/x86/intrinsics/intrinsics.factor +++ b/basis/cpu/x86/intrinsics/intrinsics.factor @@ -56,7 +56,7 @@ IN: cpu.x86.intrinsics } { [ %computed-slot "val" operand MOV ] T{ template - { input { { f "val" } { f "obj" } { small-slot "n" } { small-slot "tag" } } } + { input { { f "val" } { f "obj" } { f "n" } { small-slot "tag" } } } { clobber { "n" } } } }