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