mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:58:18 +00:00
arm: qutie emulation on EXCP_YIELD exception. this fixes testcase 004-segmentation_fault_1 in #520
This commit is contained in:
parent
283672426e
commit
8932463f9d
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ static bool arm_stop_interrupt(int intno)
|
|||
default:
|
||||
return false;
|
||||
case EXCP_UDEF:
|
||||
case EXCP_YIELD:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue