Remove redundant flush_icache() call

db4
Slava Pestov 2009-03-29 16:38:12 -05:00
parent d586d49cb6
commit 2314af94fe
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ void mark_code_block(F_CODE_BLOCK *compiled)
copy_handle(&compiled->literals); copy_handle(&compiled->literals);
copy_handle(&compiled->relocation); copy_handle(&compiled->relocation);
flush_icache_for(compiled);
} }
void mark_stack_frame_step(F_STACK_FRAME *frame) void mark_stack_frame_step(F_STACK_FRAME *frame)