From 3d62f9393ac2b2ee15b9cedae01663218a1011d6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 17 Apr 2008 04:39:16 -0500 Subject: [PATCH] Fix PPC backend --- core/cpu/ppc/architecture/architecture.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cpu/ppc/architecture/architecture.factor b/core/cpu/ppc/architecture/architecture.factor index 5bc6d0144d..1799411021 100755 --- a/core/cpu/ppc/architecture/architecture.factor +++ b/core/cpu/ppc/architecture/architecture.factor @@ -107,7 +107,7 @@ M: ppc %call ( label -- ) BL ; M: ppc %jump-label ( label -- ) B ; M: ppc %jump-f ( label -- ) - 0 "flag" operand f v>operand CMPI BE ; + 0 "flag" operand f v>operand CMPI BEQ ; M: ppc %dispatch ( -- ) [