mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-02 08:19:57 +00:00
Merge branch 'master' of github.com:ThrowTheSwitch/CException
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user