Update primitives.factor for compiler.units changes

db4
Slava Pestov 2009-03-13 19:42:35 -05:00
parent cff700cd3e
commit 5cfa4a7677
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@ init-caches
! Trivial recompile hook. We don't want to touch the code heap ! Trivial recompile hook. We don't want to touch the code heap
! during stage1 bootstrap, it would just waste time. ! during stage1 bootstrap, it would just waste time.
! SINGLETON: dummy-compiler SINGLETON: dummy-compiler
! M: dummy-compiler recompile drop { } ; M: dummy-compiler recompile drop { } ;
! dummy-compiler compiler-impl set dummy-compiler compiler-impl set
[ drop { } ] recompile-hook set
call call
call call
call call