From 034cf391b132a4e7724f8862f6d03b69b050a656 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 3 Feb 2010 13:37:12 -0600 Subject: [PATCH] cpu.ppc: final fix --- basis/cpu/ppc/ppc.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/ppc/ppc.factor b/basis/cpu/ppc/ppc.factor index c263f4110e..22eb2543b4 100644 --- a/basis/cpu/ppc/ppc.factor +++ b/basis/cpu/ppc/ppc.factor @@ -684,7 +684,7 @@ M:: ppc %restore-context ( temp1 temp2 -- ) M:: ppc %save-context ( temp1 temp2 -- ) temp1 "ctx" %vm-field - 1 temp1 "callstack-bottom" context-field-offset STW + 1 temp1 "callstack-top" context-field-offset STW ds-reg temp1 "datastack" context-field-offset STW rs-reg temp1 "retainstack" context-field-offset STW ;