summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2022-08-17 19:55:58 +0000
committerBen Gamari <ben@well-typed.com>2022-08-17 19:55:58 +0000
commit6d258197ee896cec243cb5bbaf091435325b5571 (patch)
tree3780780eff2547aafb8420e9b14a452eac2c9fbd
parenta4212edccceaec475d4aca240cbfe9db98b77d33 (diff)
downloadhaskell-wip/T21066.tar.gz
rts: Declare barfwip/T21066
As it is used by -dtag-inference-checks. Closes #21066.
-rw-r--r--rts/include/stg/MiscClosures.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/include/stg/MiscClosures.h b/rts/include/stg/MiscClosures.h
index 1d6cc4584f..86268446e5 100644
--- a/rts/include/stg/MiscClosures.h
+++ b/rts/include/stg/MiscClosures.h
@@ -428,6 +428,9 @@ RTS_FUN_DECL(stg_threadFinished);
RTS_FUN_DECL(StgReturn);
+// Used by -dtag-inference-checks
+RTS_FUN_DECL(barf);
+
/* -----------------------------------------------------------------------------
PrimOps
-------------------------------------------------------------------------- */