Merge branch 'master' of github.com:ThrowTheSwitch/CException

This commit is contained in:
John Van Enk
2012-03-02 10:21:53 -05:00
+1 -1
View File
@@ -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)