Clarify option

This commit is contained in:
TuxSH
2017-06-20 17:39:11 +02:00
parent 94532e9cea
commit 31ff6a1da8
5 changed files with 7 additions and 7 deletions

View File

@@ -32,5 +32,5 @@ enum singleOptions
SHOWGBABOOT,
PATCHACCESS,
PATCHUNITINFO,
DISABLEVECTORS
DISABLEARM11EXCHANDLERS
};

View File

@@ -35,7 +35,7 @@
bool isExceptionFatal(u32 spsr, u32 *regs, u32 index)
{
if(CONFIG(DISABLEVECTORS)) return false;
if(CONFIG(DISABLEARM11EXCHANDLERS)) return false;
if((spsr & 0x1f) != 0x10) return true;