After merging quotations, we need to update references to the old versions' XTs in the code heap
parent
6ebe7bef7b
commit
c8a8d69382
|
@ -985,6 +985,7 @@ void primitive_become(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
gc();
|
gc();
|
||||||
|
iterate_code_heap(relocate_code_block);
|
||||||
}
|
}
|
||||||
|
|
||||||
CELL find_all_words(void)
|
CELL find_all_words(void)
|
||||||
|
|
Loading…
Reference in New Issue