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,8 +35,8 @@
|
||||
|
||||
bool isExceptionFatal(u32 spsr, u32 *regs, u32 index)
|
||||
{
|
||||
if (CONFIG(DISABLEVECTORS)) return false;
|
||||
|
||||
//if(CONFIG(DISABLEVECTORS)) return false;
|
||||
|
||||
if((spsr & 0x1f) != 0x10) return true;
|
||||
|
||||
KThread *thread = currentCoreContext->objectContext.currentThread;
|
||||
|
Reference in New Issue
Block a user