summaryrefslogtreecommitdiff
path: root/src/vm/typehandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/typehandle.h')
-rw-r--r--src/vm/typehandle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vm/typehandle.h b/src/vm/typehandle.h
index 72a5656cc3..cec772e3be 100644
--- a/src/vm/typehandle.h
+++ b/src/vm/typehandle.h
@@ -394,10 +394,8 @@ public:
CHECK CheckFullyLoaded();
#endif
-#ifdef FEATURE_HFA
bool IsHFA() const;
CorElementType GetHFAType() const;
-#endif // FEATURE_HFA
#ifdef FEATURE_64BIT_ALIGNMENT
bool RequiresAlign8() const;
@@ -513,6 +511,9 @@ public:
// BYREF
BOOL IsByRef() const;
+ // BYREFLIKE (does not return TRUE for IsByRef types)
+ BOOL IsByRefLike() const;
+
// PTR
BOOL IsPointer() const;