Merge pull request #3442 from lateralusX/jlorenss/win-atexit-commands
[mono.git] / mono / mini / mini.h
index d1236ef1b539160015486b6fe33566675c981a53..03ef9f89f199d3c3e606e3cf92af06d78fe8c600 100644 (file)
@@ -1743,7 +1743,7 @@ typedef struct {
        guint8          *thunks;
        /* Offset between the start of code and the thunks area */
        int              thunks_offset;
-       guint32          exception_type;        /* MONO_EXCEPTION_* */
+       MonoExceptionType exception_type;       /* MONO_EXCEPTION_* */
        guint32          exception_data;
        char*            exception_message;
        gpointer         exception_ptr;