We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a123fdf commit e6a14feCopy full SHA for e6a14fe
lib/Runtime/Base/AuxPtrs.h
@@ -207,7 +207,7 @@ namespace Js
207
template<class T, typename FieldsEnum>
208
inline void* AuxPtrs<T, FieldsEnum>::GetAuxPtr(const T* host, FieldsEnum e)
209
{
210
- auto tmpAuxPtrs = host->auxPtrs;
+ auto tmpAuxPtrs = PointerValue(host->auxPtrs);
211
if (tmpAuxPtrs->count == AuxPtrs16::MaxCount)
212
213
return ((AuxPtrs16*)(void*)tmpAuxPtrs)->Get(e);
0 commit comments