Corrected placement of volatile keyword so that CEXCEPTION_T can be a pointer

This commit is contained in:
Job Vranish
2012-02-15 16:09:33 -05:00
parent 0571b990b6
commit a086734c4e
+1 -1
View File
@@ -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)