added { }
This commit is contained in:
parent
1a1d17143b
commit
1fc9bbe315
|
@ -354,8 +354,9 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(eType == E_EXC_SYSCALL)
|
if(eType == E_EXC_SYSCALL){
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
#if EXCEPTION_STALLS_SYSTEM
|
#if EXCEPTION_STALLS_SYSTEM
|
||||||
while(1) {
|
while(1) {
|
||||||
|
|
Loading…
Reference in a new issue