Writing to a memory page with code present only causes code block flushes if the data changes, or if a block is currently being recompiled.

This commit is contained in:
TomW 2016-02-03 21:09:05 +00:00
commit 673d785743
4 changed files with 29 additions and 13 deletions

View file

@ -163,3 +163,5 @@ extern int codegen_fpu_entered;
extern int codegen_fpu_loaded_iq[8];
extern int codegen_reg_loaded[8];
extern int codegen_in_recompile;