diff options
author | Andreas Färber <afaerber@suse.de> | 2012-05-02 23:38:39 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-10-31 01:02:44 +0100 |
commit | 2fa45344a92444439c081cad2342ffc048c381ad (patch) | |
tree | 1e5c6a879afe898251e82fc004e64f02d71d0b6e /cpu-all.h | |
parent | f324e7667a3c1f1aed9a5169a63aaac628feef47 (diff) |
cpus: Pass CPUState to cpu_is_stopped()
CPUArchState is no longer needed there.
Also change the return type to bool.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -466,7 +466,6 @@ void cpu_watchpoint_remove_all(CPUArchState *env, int mask); #define SSTEP_NOTIMER 0x4 /* Do not Timers while single stepping */ void cpu_single_step(CPUArchState *env, int enabled); -int cpu_is_stopped(CPUArchState *env); void run_on_cpu(CPUArchState *env, void (*func)(void *data), void *data); #if !defined(CONFIG_USER_ONLY) |