From 6a2434b56c3feb904d9e4ca035fb60ef055dcffd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 19 Oct 2009 05:03:02 -0500 Subject: [PATCH] compiler: fix low-level-ir test on PowerPC --- basis/compiler/tests/low-level-ir.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tests/low-level-ir.factor b/basis/compiler/tests/low-level-ir.factor index e508b55b8d..14c470d63f 100644 --- a/basis/compiler/tests/low-level-ir.factor +++ b/basis/compiler/tests/low-level-ir.factor @@ -98,7 +98,7 @@ IN: compiler.tests.low-level-ir V{ T{ ##load-reference f 1 B{ 31 67 52 } } T{ ##unbox-any-c-ptr f 0 1 2 } - T{ ##alien-unsigned-1 f 0 0 } + T{ ##alien-unsigned-1 f 0 0 0 } T{ ##shl-imm f 0 0 3 } } compile-test-bb ] unit-test