diff options
| author | Andreas Färber <afaerber@suse.de> | 2013-06-09 19:47:04 +0200 |
|---|---|---|
| committer | Andreas Färber <afaerber@suse.de> | 2013-07-09 21:33:01 +0200 |
| commit | a2247f8ec919c51c5749c2e3659841f1a733cce3 (patch) | |
| tree | aaadd0ec73949c9dd01af0233f863c3a7b91bb30 /linux-user/qemu.h | |
| parent | 182735efaf956ccab50b6d74a4fed163e0f35660 (diff) | |
| download | focaccia-qemu-a2247f8ec919c51c5749c2e3659841f1a733cce3.tar.gz focaccia-qemu-a2247f8ec919c51c5749c2e3659841f1a733cce3.zip | |
linux-user: Change thread_env to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 20d171c8aa..6569608b64 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -198,7 +198,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, abi_long arg5, abi_long arg6, abi_long arg7, abi_long arg8); 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); |