mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-06-05 21:24:36 +00:00
Corrected placement of volatile keyword so that CEXCEPTION_T can be a pointer
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
//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