[runtime] Introduce kind test functions to cleanup things a bit.
[mono.git] / mono / metadata / cil-coff.h
index 26b4782ca5a101ac942172f0dbd61fb5a857493c..8581a042f2c310bafe764a2992b0897816939f08 100644 (file)
@@ -295,8 +295,8 @@ typedef struct {
 #define CLI_FLAGS_ILONLY         0x01
 #define CLI_FLAGS_32BITREQUIRED  0x02
 #define CLI_FLAGS_STRONGNAMESIGNED 0x8
-#define CLI_FLAGS_PREFERRED32BIT  0x10
 #define CLI_FLAGS_TRACKDEBUGDATA 0x00010000
+#define CLI_FLAGS_PREFERRED32BIT 0x00020000
        guint32        ch_flags;
 
        guint32        ch_entry_point;