diff options
author | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2020-01-28 17:43:31 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-04 09:29:00 -0500 |
commit | e3b0bd97cb92706b3cee38b2ec13349ca22ecf7d (patch) | |
tree | 4254ed9536c1ea728015864e54588895679986b3 | |
parent | e580e5b8d08b02c39ca49e387882196931163bcf (diff) | |
download | haskell-e3b0bd97cb92706b3cee38b2ec13349ca22ecf7d.tar.gz |
fixup! fixup! Do not build StgCRunAsm.S for unregisterised builds
-rw-r--r-- | rts/StgCRunAsm.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/StgCRunAsm.S b/rts/StgCRunAsm.S index bb44ecaf01..b332be2010 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) |