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:
parent
f7e4a0f32e
commit
673d785743
4 changed files with 29 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue