From 346bc66c1b093ea28cc16131182df935f89c429d Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Thu, 27 Apr 2017 22:03:49 -0400 Subject: [PATCH] Remove comment Commit migrated from https://github.com/dotnet/coreclr/commit/8df1748f28dab626ec40eaab9801053743b150cc --- src/coreclr/src/jit/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/jit/emit.h b/src/coreclr/src/jit/emit.h index 8744483..a63242f 100644 --- a/src/coreclr/src/jit/emit.h +++ b/src/coreclr/src/jit/emit.h @@ -656,7 +656,7 @@ protected: // The instrDescCGCA struct's member keeping the GC-ness of the first return register is _idcSecondRetRegGCType. GCtype _idGCref : 2; // GCref operand? (value is a "GCtype") #ifdef _TARGET_ARM64_ - GCtype _idGCref2 : 2; // GCref operand fir register 2? (value is a "GCtype") + GCtype _idGCref2 : 2; #endif // Note that we use the _idReg1 and _idReg2 fields to hold -- 2.7.4