fix some problems

cvs
Slava Pestov 2005-11-27 23:15:40 +00:00
parent 9ef9193308
commit 7a4aed9fc5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespaces prettyprint sequences strings vectors words ;
SYMBOL: compiled-xts
: save-xt ( word -- )
compiled-offset swap compiled-xts set-hash ;
compiled-offset swap compiled-xts get set-hash ;
: commit-xts ( -- )
#! We must flush the instruction cache on PowerPC.