Skip to content
Snippets Groups Projects
Commit 8019d674 authored by Simon Marlow's avatar Simon Marlow Committed by thoughtpolice
Browse files

Fix copy/paste error (#8937)

(cherry picked from commit 59b9b067)
parent 2689f209
No related merge requests found
...@@ -157,7 +157,7 @@ stg_maskAsyncExceptionszh /* explicit stack */ ...@@ -157,7 +157,7 @@ stg_maskAsyncExceptionszh /* explicit stack */
stg_maskUninterruptiblezh /* explicit stack */ stg_maskUninterruptiblezh /* explicit stack */
{ {
/* Args: R1 :: IO a */ /* Args: R1 :: IO a */
STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskAsyncExceptionszh, R1); STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskUninterruptiblezh, R1);
if ((TO_W_(StgTSO_flags(CurrentTSO)) & TSO_BLOCKEX) == 0) { if ((TO_W_(StgTSO_flags(CurrentTSO)) & TSO_BLOCKEX) == 0) {
/* avoid growing the stack unnecessarily */ /* avoid growing the stack unnecessarily */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment