mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Partial fix to Sparc32 Linux host global register mangling problem
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3806 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d07bde88a5
commit
66f1cdbde4
3 changed files with 55 additions and 23 deletions
|
@ -1244,12 +1244,14 @@ void OPPROTO op_exception(void)
|
|||
{
|
||||
env->exception_index = PARAM1;
|
||||
cpu_loop_exit();
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_trap_T0(void)
|
||||
{
|
||||
env->exception_index = TT_TRAP + (T0 & 0x7f);
|
||||
cpu_loop_exit();
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_trapcc_T0(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue