summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index 8a5b4131ee..9120e5aafb 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -727,7 +727,6 @@ enum CORCOMPILE_FIXUP_BLOB_KIND
ENCODE_CHECK_FIELD_OFFSET,
ENCODE_DELEGATE_CTOR,
- ENCODE_METHOD_NATIVE_ENTRY, /* NativeCallable method token */
ENCODE_MODULE_HANDLE = 0x50, /* Module token */
ENCODE_STATIC_FIELD_ADDRESS, /* For accessing a static field */
@@ -741,6 +740,7 @@ enum CORCOMPILE_FIXUP_BLOB_KIND
ENCODE_VARARGS_METHODREF,
ENCODE_VARARGS_SIG,
ENCODE_ACTIVE_DEPENDENCY, /* Conditional active dependency */
+ ENCODE_METHOD_NATIVE_ENTRY, /* NativeCallable method token */
};
enum EncodeMethodSigFlags