diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm/dataimage.cpp | 2 |
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 { |