Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ArgIterator::GetNextOffset for macOS arm64 (#48632)
* Fix ArgIterator::GetNextOffset for macOS arm64 The ArgIterator::GetNextOffset method was not aligning offsets it returns for reference types and some others. That was causing coreclr test failures with GCStress mode 3. This change fixes it by properly aligning the returned offsets. * Fix indentation
- Loading branch information