File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1773,16 +1773,6 @@ BOOL TransitionFrame::Protects_Impl(OBJECTREF * ppORef)
1773
1773
}
1774
1774
#endif // defined (_DEBUG) && !defined (DACCESS_COMPILE)
1775
1775
1776
- // +----------------------------------------------------------------------------
1777
- //
1778
- // Method: TPMethodFrame::GcScanRoots public
1779
- //
1780
- // Synopsis: GC protects arguments on the stack
1781
- //
1782
-
1783
- //
1784
- // +----------------------------------------------------------------------------
1785
-
1786
1776
#ifdef FEATURE_COMINTEROP
1787
1777
1788
1778
#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 ExternalMethdThunk
77
- // | |
78
- // | +-TPMethodFrame - for calls on transparent proxy
79
77
// |
80
78
#ifdef FEATURE_COMINTEROP
81
79
// +-UnmanagedToManagedFrame - this frame represents a transition from
@@ -1230,7 +1228,7 @@ class FramedMethodFrame : public TransitionFrame
1230
1228
{
1231
1229
#ifdef TARGET_AMD64
1232
1230
// Floating point spill area is between return value and transition block for frames that need it
1233
- // (code:TPMethodFrame and code: CLRToCOMMethodFrame)
1231
+ // (code:CLRToCOMMethodFrame)
1234
1232
return -(4 * 0x10 /* floating point args */ + 0x8 /* alignment pad */ + TransitionBlock::GetNegSpaceSize ()) + (iArg * 0x10 );
1235
1233
#endif
1236
1234
}
You can’t perform that action at this time.
0 commit comments