memory: move obsolete exec.c functions to a private header
This will help avoid accidental usage. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
0eeb06b0dd
commit
67d95c153b
4 changed files with 74 additions and 39 deletions
3
exec.c
3
exec.c
|
|
@ -57,6 +57,9 @@
|
|||
#include "trace.h"
|
||||
#endif
|
||||
|
||||
#define WANT_EXEC_OBSOLETE
|
||||
#include "exec-obsolete.h"
|
||||
|
||||
//#define DEBUG_TB_INVALIDATE
|
||||
//#define DEBUG_FLUSH
|
||||
//#define DEBUG_TLB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue