diff --git a/lib/CException.h b/lib/CException.h index c27625f..fa7439c 100644 --- a/lib/CException.h +++ b/lib/CException.h @@ -47,7 +47,7 @@ extern "C" //exception frame structures typedef struct { jmp_buf* pFrame; - volatile CEXCEPTION_T Exception; + CEXCEPTION_T volatile Exception; } CEXCEPTION_FRAME_T; //actual root frame storage (only one if single-tasking)