diff --git a/platform/jn516x/dev/exceptions.c b/platform/jn516x/dev/exceptions.c index ac975ecac..e23ff2906 100644 --- a/platform/jn516x/dev/exceptions.c +++ b/platform/jn516x/dev/exceptions.c @@ -354,8 +354,9 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType) } #endif - if(eType == E_EXC_SYSCALL) + if(eType == E_EXC_SYSCALL){ return; + } #if EXCEPTION_STALLS_SYSTEM while(1) {