You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE chakra-core#193] Type consistency: Use uintptr_t / intptr_t instead of uintptr / intptr
Merge pull request chakra-core#193 from obastemur:fix_ptr_t
Fixeschakra-core#168
Replaces all the instances of `intptr`/`uintptr` to `intptr_t`/`uintptr_t`
// If we have simd arguments, the homing area in m_inParams can be larger than 3 64-bit slots. This is because SIMD values are unboxed there too.
2890
2890
// After unboxing, the homing area is overwritten by rdx, r8 and r9, and we read/skip 64-bit slots from the homing area (argAddress += MachPtr).
2891
2891
// After the last argument of the 3 is read, we need to advance argAddress to skip over the possible extra space and to the start of the rest of the arguments.
0 commit comments