diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-21 18:13:16 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-01 09:31:43 +0000 |
commit | 3917149d96cfa5f619de770af6059f37b6e1df77 (patch) | |
tree | 5ab453462b2547211575129d051bd14ddc422396 /exec.c | |
parent | bccd9ec5f098668576342c83d90d6d6833d61d33 (diff) |
Move GETPC from dyngen-exec.h to exec-all.h
GETPC() can be used even from outside of helper code. Move the macro to
a more accessible location. Avoid a compile warning from redefining it in exec.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4763,6 +4763,7 @@ void dump_exec_info(FILE *f, fprintf_function cpu_fprintf) } #define MMUSUFFIX _cmmu +#undef GETPC #define GETPC() NULL #define env cpu_single_env #define SOFTMMU_CODE_ACCESS |