X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini.h;h=03ef9f89f199d3c3e606e3cf92af06d78fe8c600;hb=59ddb222e093ce41efe12432a8f0a4ea0785c219;hp=d1236ef1b539160015486b6fe33566675c981a53;hpb=bdbea3589f23bbd25e0325a6c1c7cb544e3bddc7;p=mono.git diff --git a/mono/mini/mini.h b/mono/mini/mini.h index d1236ef1b53..03ef9f89f19 100644 --- a/mono/mini/mini.h +++ b/mono/mini/mini.h @@ -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;