Skip to content
Snippets Groups Projects
Commit 28a52b9a authored by Stefan Schulze Frielinghaus's avatar Stefan Schulze Frielinghaus Committed by Ben Gamari
Browse files

Do not build StgCRunAsm.S for unregisterised builds

(cherry picked from commit e3b0bd97)
parent 37b1b1ae
No related branches found
No related tags found
No related merge requests found
#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)
# if defined(linux_HOST_OS)
# define STACK_FRAME_SIZE RESERVED_C_STACK_BYTES+304
......@@ -273,3 +277,5 @@ StgReturn:
.section .note.GNU-stack,"",@progbits
#endif
#endif /* !USE_MINIINTERPRETER */
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