This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GcInfo: Report Struct containing one GcPointer correctly
This change fixes a bug in the the GcInfo header, where the ReturnKind is reported incorrectly for certain structs. Structs that contain only one GCPointer or ByRef, can be returned in a single register (Windows/Unix/OSX). The ReturnKind for these struct-returns should be RT_Object/RT_ByRef, but they are currently incorrectly reported as RT_Scalar. This change fixes the problem. Fixes: dotnet/corefx#11260
- Loading branch information
Swaroop Sridhar
committed
Aug 31, 2016
1 parent
ebab1e7
commit 2c8b716
Showing
3 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters