arm: qutie emulation on EXCP_YIELD exception. this fixes testcase 004-segmentation_fault_1 in #520
This commit is contained in:
@ -122,6 +122,7 @@ static bool arm_stop_interrupt(int intno)
|
|||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
case EXCP_UDEF:
|
case EXCP_UDEF:
|
||||||
|
case EXCP_YIELD:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user