mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3311 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
51996525c7
commit
a97fed52e5
3 changed files with 16 additions and 16 deletions
|
@ -611,9 +611,9 @@ void do_store_sr (CPUPPCState *env, int srnum, target_ulong value);
|
|||
target_ulong ppc_load_xer (CPUPPCState *env);
|
||||
void ppc_store_xer (CPUPPCState *env, target_ulong value);
|
||||
target_ulong do_load_msr (CPUPPCState *env);
|
||||
void do_store_msr (CPUPPCState *env, target_ulong value);
|
||||
int do_store_msr (CPUPPCState *env, target_ulong value);
|
||||
#if defined(TARGET_PPC64)
|
||||
void ppc_store_msr_32 (CPUPPCState *env, uint32_t value);
|
||||
int ppc_store_msr_32 (CPUPPCState *env, uint32_t value);
|
||||
#endif
|
||||
|
||||
void do_compute_hflags (CPUPPCState *env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue