summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2020-01-28 16:43:31 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-04 14:29:00 (GMT)
commite3b0bd97cb92706b3cee38b2ec13349ca22ecf7d (patch)
tree4254ed9536c1ea728015864e54588895679986b3
parente580e5b8d08b02c39ca49e387882196931163bcf (diff)
downloadghc-e3b0bd97cb92706b3cee38b2ec13349ca22ecf7d.zip
ghc-e3b0bd97cb92706b3cee38b2ec13349ca22ecf7d.tar.gz
ghc-e3b0bd97cb92706b3cee38b2ec13349ca22ecf7d.tar.bz2
fixup! fixup! Do not build StgCRunAsm.S for unregisterised builds
-rw-r--r--rts/StgCRunAsm.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/StgCRunAsm.S b/rts/StgCRunAsm.S
index bb44eca..b332be2 100644
--- a/rts/StgCRunAsm.S
+++ b/rts/StgCRunAsm.S
@@ -1,6 +1,8 @@
#include "ghcconfig.h"
#include "rts/Constants.h"
+/* If the RTS mini interpreter is used, e.g. for unregisterised builds,
+ * then functions StgRun/StgReturn are implemented in file StgCRun.c */
#if !defined(USE_MINIINTERPRETER)
#if defined(powerpc64le_HOST_ARCH)