File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -1738,16 +1738,6 @@ BOOL TransitionFrame::Protects_Impl(OBJECTREF * ppORef)
1738
1738
}
1739
1739
#endif // defined (_DEBUG) && !defined (DACCESS_COMPILE)
1740
1740
1741
- // +----------------------------------------------------------------------------
1742
- //
1743
- // Method: TPMethodFrame::GcScanRoots public
1744
- //
1745
- // Synopsis: GC protects arguments on the stack
1746
- //
1747
-
1748
- //
1749
- // +----------------------------------------------------------------------------
1750
-
1751
1741
#ifdef FEATURE_COMINTEROP
1752
1742
1753
1743
#ifdef TARGET_X86
Original file line number Diff line number Diff line change 74
74
// | | call count threshold is reached
75
75
// | |
76
76
// | +-ExternalMethodFrame - represents a call from an ExternalMethodThunk
77
- // | |
78
- // | +-TPMethodFrame - for calls on transparent proxy
79
77
// |
80
78
#ifdef FEATURE_COMINTEROP
81
79
// +-UnmanagedToManagedFrame - this frame represents a transition from
@@ -1228,7 +1226,7 @@ class FramedMethodFrame : public TransitionFrame
1228
1226
{
1229
1227
#ifdef TARGET_AMD64
1230
1228
// Floating point spill area is between return value and transition block for frames that need it
1231
- // (code:TPMethodFrame and code: CLRToCOMMethodFrame)
1229
+ // (code:CLRToCOMMethodFrame)
1232
1230
return -(4 * 0x10 /* floating point args */ + 0x8 /* alignment pad */ + TransitionBlock::GetNegSpaceSize ()) + (iArg * 0x10 );
1233
1231
#endif
1234
1232
}
@@ -1254,7 +1252,7 @@ class FramedMethodFrame : public TransitionFrame
1254
1252
TADDR p = GetTransitionBlock () - TransitionBlock::GetNegSpaceSize ();
1255
1253
#endif
1256
1254
// Return value is right before the transition block (or floating point spill area on AMD64) for frames that need it
1257
- // (code:TPMethodFrame and code:CLRToCOMMethodFrame)
1255
+ // (see code:CLRToCOMMethodFrame)
1258
1256
#ifdef ENREGISTERED_RETURNTYPE_MAXSIZE
1259
1257
p -= ENREGISTERED_RETURNTYPE_MAXSIZE;
1260
1258
#else
You can’t perform that action at this time.
0 commit comments