Revert PR due to breakage for a totally unrelated reason
(will be added back later)
This commit is contained in:
parent
69762c5dce
commit
ae8ea7da16
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
bool isExceptionFatal(u32 spsr, u32 *regs, u32 index)
|
bool isExceptionFatal(u32 spsr, u32 *regs, u32 index)
|
||||||
{
|
{
|
||||||
if (CONFIG(DISABLEVECTORS)) return false;
|
//if(CONFIG(DISABLEVECTORS)) return false;
|
||||||
|
|
||||||
if((spsr & 0x1f) != 0x10) return true;
|
if((spsr & 0x1f) != 0x10) return true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user