Skip to content

Commit 0d0df4a

Browse files
Fix unwinding for StubLink (#2713)
--------- Co-authored-by: Aaron Robinson <arobins@microsoft.com>
1 parent 1a95ca4 commit 0d0df4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/coreclr/vm/stublink.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,9 @@ bool StubLinker::EmitUnwindInfo(Stub* pStubRX, Stub* pStubRW, int globalsize, Lo
18151815

18161816
#ifdef TARGET_AMD64
18171817
// Publish Unwind info to ETW stack crawler
1818+
#ifdef FEATURE_INTERPRETER
1819+
UnwindInfoTable::PublishUnwindInfo(false);
1820+
#endif // FEATURE_INTERPRETER
18181821
UnwindInfoTable::AddToUnwindInfoTable(
18191822
&pStubHeapSegment->pUnwindInfoTable, pCurFunction,
18201823
(TADDR) pStubHeapSegment->pbBaseAddress,

0 commit comments

Comments
 (0)