vm.hpp: fix typo

Slava Pestov 2009-10-03 09:47:06 -05:00
parent 3887292543
commit d30ebc6213
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ struct factor_vm
inline void check_code_pointer(cell ptr);
/* Apply a function to every code block */
template<typename Iterator> void factor_vm::iterate_code_heap(Iterator &iter)
template<typename Iterator> void iterate_code_heap(Iterator &iter)
{
heap_block *scan = code->first_block();