diff options
Diffstat (limited to 'exec.c')
| -rw-r--r-- | exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exec.c b/exec.c index fbcb1bf028..32782b48c9 100644 --- a/exec.c +++ b/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 |