summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/dataimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/dataimage.cpp b/src/vm/dataimage.cpp
index 854f214aea..c0e737a1bb 100644
--- a/src/vm/dataimage.cpp
+++ b/src/vm/dataimage.cpp
@@ -1467,7 +1467,7 @@ void DataImage::FixupTypeHandlePointer(TypeHandle th, PVOID p, SSIZE_T offset, Z
{
if (CanEagerBindToTypeHandle(th) && CanHardBindToZapModule(th.GetLoaderModule()))
{
- FixupField(p, offset, th.AsTypeDesc(), 2);
+ FixupField(p, offset, th.AsTypeDesc(), 2, type);
}
else
{