From 1fc9bbe315b6efdedfe95cdcb34a0f82ede9903e Mon Sep 17 00:00:00 2001 From: Marko Gucanin Date: Fri, 8 Jul 2016 16:25:34 +0200 Subject: [PATCH] added { } --- platform/jn516x/dev/exceptions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {