Commit d95dc32d1336a480941d0a298d2a659466547cda
1 parent
53ad66e8
added cpu_reset()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@934 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
cpu-all.h
... | ... | @@ -621,6 +621,7 @@ void cpu_reset_interrupt(CPUState *env, int mask); |
621 | 621 | int cpu_breakpoint_insert(CPUState *env, target_ulong pc); |
622 | 622 | int cpu_breakpoint_remove(CPUState *env, target_ulong pc); |
623 | 623 | void cpu_single_step(CPUState *env, int enabled); |
624 | +void cpu_reset(CPUState *s); | |
624 | 625 | |
625 | 626 | /* Return the physical page corresponding to a virtual one. Use it |
626 | 627 | only for debugging because no protection checks are done. Return -1 | ... | ... |