Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MethodDesc::CbStackPop for string ctors on x86 (#63391)
This method was not taking into account the fact that string ctors don't have dummy this argument after a recent change. Stack walking in cases where prestub for the ctor was invoked resulted in a wrong unwinding of ESP for ctors with more than one argument. This change fixes it by removing "has this" flag from the signature before getting the stack arguments size.
- Loading branch information