mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
return from exception handler if E_EXC_SYSCALL is generated
This commit is contained in:
parent
74d04562df
commit
1a1d17143b
@ -354,6 +354,9 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if(eType == E_EXC_SYSCALL)
|
||||||
|
return;
|
||||||
|
|
||||||
#if EXCEPTION_STALLS_SYSTEM
|
#if EXCEPTION_STALLS_SYSTEM
|
||||||
while(1) {
|
while(1) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user