bootstrap.image: making it so special-objects isn't a global
parent
409cf9bd3e
commit
1e96eec669
|
@ -147,8 +147,6 @@ SYMBOL: big-endian
|
|||
|
||||
SYMBOL: architecture
|
||||
|
||||
H{ } clone special-objects set-global
|
||||
|
||||
: emit ( cell -- ) bootstrapping-image get push ;
|
||||
|
||||
: emit-64 ( cell -- )
|
||||
|
@ -531,6 +529,7 @@ PRIVATE>
|
|||
{ parser-quiet? f }
|
||||
{ auto-use? f }
|
||||
} assoc-union! [
|
||||
H{ } clone special-objects set
|
||||
"resource:/core/bootstrap/stage1.factor" run-file
|
||||
build-image
|
||||
write-image
|
||||
|
|
Loading…
Reference in New Issue