diff options
author | Avi Kivity <avi@redhat.com> | 2011-12-15 15:25:22 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-12-19 17:28:54 +0200 |
commit | 67d95c153bef55f619615ea71a5c2d689db4fd4e (patch) | |
tree | 6bb8140dec135d751324ae588f8661635224bff4 /exec.c | |
parent | 0eeb06b0dd897826b04d3d0d6318b2fb8d271a92 (diff) | |
download | qemu-67d95c153bef55f619615ea71a5c2d689db4fd4e.zip |
memory: move obsolete exec.c functions to a private header
This will help avoid accidental usage.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |