diff --git a/lib/CException.h b/lib/CException.h index fa7439c..ace4cd2 100644 --- a/lib/CException.h +++ b/lib/CException.h @@ -62,7 +62,7 @@ extern volatile CEXCEPTION_FRAME_T CExceptionFrames[]; CExceptionFrames[MY_ID].pFrame = (jmp_buf*)(&NewFrame); \ CExceptionFrames[MY_ID].Exception = CEXCEPTION_NONE; \ if (setjmp(NewFrame) == 0) { \ - if (&PrevFrame) + if (1) //Catch (see C file for explanation) #define Catch(e) \