From 75452c842f89bc588d9588c62f4aa9426b1a2acb Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 22 Mar 2009 21:37:42 -0500 Subject: [PATCH] cpu.ppc.bootstrap: update for syntax change --- basis/cpu/ppc/bootstrap.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/cpu/ppc/bootstrap.factor b/basis/cpu/ppc/bootstrap.factor index ebee48de5f..ec7bf8f341 100644 --- a/basis/cpu/ppc/bootstrap.factor +++ b/basis/cpu/ppc/bootstrap.factor @@ -11,8 +11,8 @@ big-endian on 4 jit-code-format set -: ds-reg 29 ; -: rs-reg 30 ; +CONSTANT: ds-reg 29 +CONSTANT: rs-reg 30 : factor-area-size ( -- n ) 4 bootstrap-cells ;