diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 20:20:53 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 20:20:53 +0000 |
commit | c5be9f0898b92d0d6bfb458fd50fc170f4300361 (patch) | |
tree | cbb92f2077a774f0864c02f508ce16084ce88a6e /cpu-all.h | |
parent | 130751ee24a5ec8d417fa063d3d956c54fea2033 (diff) |
Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2459 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -754,6 +754,8 @@ void page_unprotect_range(target_ulong data, target_ulong data_size); #endif /* SINGLE_CPU_DEFINES */ +CPUState *cpu_copy(CPUState *env); + void cpu_dump_state(CPUState *env, FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...), int flags); |