mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Merge pull request #1768 from mguc/jn516x_exception_handler
JN516x: Exception handler causing infinite loop
This commit is contained in:
commit
042d077784
@ -354,6 +354,10 @@ 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