diff options
author | Andreas Färber <afaerber@suse.de> | 2013-06-09 19:51:23 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-07-09 21:33:01 +0200 |
commit | dca1173c20e7e7366a9c36f88ae4234e5387ed28 (patch) | |
tree | 2f8220d645b5c9e2dbbded7d77f41c7e398be108 /bsd-user/qemu.h | |
parent | a2247f8ec919c51c5749c2e3659841f1a733cce3 (diff) |
bsd-user: Change thread_env to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r-- | bsd-user/qemu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index a826086dab..325f564f80 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -139,7 +139,7 @@ abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6); void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2); -extern THREAD CPUArchState *thread_env; +extern THREAD CPUState *thread_cpu; void cpu_loop(CPUArchState *env); char *target_strerror(int err); int get_osversion(void); |