diff options
Diffstat (limited to 'def-helper.h')
-rw-r--r-- | def-helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/def-helper.h b/def-helper.h index 8a822c7f61..5d057d68d6 100644 --- a/def-helper.h +++ b/def-helper.h @@ -52,7 +52,7 @@ #define dh_ctype_tl target_ulong #define dh_ctype_ptr void * #define dh_ctype_void void -#define dh_ctype_env CPUState * +#define dh_ctype_env CPUArchState * #define dh_ctype(t) dh_ctype_##t /* We can't use glue() here because it falls foul of C preprocessor |