mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
added cpu_reset()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@934 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
53ad66e8c3
commit
d95dc32d13
1 changed files with 1 additions and 0 deletions
|
@ -621,6 +621,7 @@ void cpu_reset_interrupt(CPUState *env, int mask);
|
||||||
int cpu_breakpoint_insert(CPUState *env, target_ulong pc);
|
int cpu_breakpoint_insert(CPUState *env, target_ulong pc);
|
||||||
int cpu_breakpoint_remove(CPUState *env, target_ulong pc);
|
int cpu_breakpoint_remove(CPUState *env, target_ulong pc);
|
||||||
void cpu_single_step(CPUState *env, int enabled);
|
void cpu_single_step(CPUState *env, int enabled);
|
||||||
|
void cpu_reset(CPUState *s);
|
||||||
|
|
||||||
/* Return the physical page corresponding to a virtual one. Use it
|
/* Return the physical page corresponding to a virtual one. Use it
|
||||||
only for debugging because no protection checks are done. Return -1
|
only for debugging because no protection checks are done. Return -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue