mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Convert exception ops to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4022 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a3ffaf3060
commit
134d77a14b
5 changed files with 19 additions and 18 deletions
|
@ -857,22 +857,6 @@ void OPPROTO op_restore(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
void OPPROTO op_exception(void)
|
||||
{
|
||||
env->exception_index = PARAM1;
|
||||
cpu_loop_exit();
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_fpexception_im(void)
|
||||
{
|
||||
env->exception_index = TT_FP_EXCP;
|
||||
env->fsr &= ~FSR_FTT_MASK;
|
||||
env->fsr |= PARAM1;
|
||||
cpu_loop_exit();
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_eval_ba(void)
|
||||
{
|
||||
T2 = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue