[verifier] Partially revert 6d37ffdf534eae04a5d06b2e097762bd64fc0591. It adds interna...
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 15 Aug 2017 21:28:21 +0000 (14:28 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 15 Aug 2017 21:28:21 +0000 (14:28 -0700)
mono/metadata/verify.h

index ed7920e69f9346ecadb255199f81b9529eee6fc2..162ef4434e6829119b29a2b82ed5d11936788dc5 100644 (file)
@@ -8,7 +8,6 @@
 #include <mono/metadata/metadata.h>
 #include <mono/metadata/image.h>
 #include <mono/metadata/loader.h>
-#include <mono/metadata/class-internals.h>
 #include <glib.h> /* GSList dep */
 
 MONO_BEGIN_DECLS
@@ -53,7 +52,7 @@ typedef struct {
 
 typedef struct {
        MonoVerifyInfo info;
-       MonoExceptionType exception_type : 8; /*should be one of MONO_EXCEPTION_* */
+       int8_t exception_type; /*should be one of MONO_EXCEPTION_* */
 } MonoVerifyInfoExtended;