summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inc/corinfo.h b/src/inc/corinfo.h
index 2495de2516..2117d4e18f 100644
--- a/src/inc/corinfo.h
+++ b/src/inc/corinfo.h
@@ -1513,7 +1513,8 @@ enum CORINFO_CALL_KIND
CORINFO_VIRTUALCALL_VTABLE
};
-
+// Indicates that the CORINFO_VIRTUALCALL_VTABLE lookup needn't do a chunk indirection
+#define CORINFO_VIRTUALCALL_NO_CHUNK 0xFFFFFFFF
enum CORINFO_THIS_TRANSFORM
{