After merging quotations, we need to update references to the old versions' XTs in the code heap

db4
Slava Pestov 2008-11-28 03:47:37 -06:00
parent 6ebe7bef7b
commit c8a8d69382
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ void primitive_become(void)
}
gc();
iterate_code_heap(relocate_code_block);
}
CELL find_all_words(void)