Skip to content

Commit 0507d4e

Browse files
committed
[druntime: Little mergefix for core.thread.fiber.base]
1 parent e39ccf7 commit 0507d4e

File tree

1 file changed

+5
-0
lines changed
  • runtime/druntime/src/core/thread/fiber

1 file changed

+5
-0
lines changed

runtime/druntime/src/core/thread/fiber/base.d

+5
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,11 @@ private:
682682

683683
// Set first time switchIn called to indicate this Fiber's Thread
684684
ThreadBase m_curThread;
685+
686+
version (SjLj_Exceptions)
687+
{
688+
SjLjFuncContext* m_sjljExStackTop;
689+
}
685690
}
686691
Throwable m_unhandled;
687692
State m_state;

0 commit comments

Comments
 (0)