summaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-06-09 19:51:23 +0200
committerAndreas Färber <afaerber@suse.de>2013-07-09 21:33:01 +0200
commitdca1173c20e7e7366a9c36f88ae4234e5387ed28 (patch)
tree2f8220d645b5c9e2dbbded7d77f41c7e398be108 /bsd-user/qemu.h
parenta2247f8ec919c51c5749c2e3659841f1a733cce3 (diff)
downloadqemu-dca1173c20e7e7366a9c36f88ae4234e5387ed28.tar.gz
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.h2
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);