summaryrefslogtreecommitdiff
path: root/includes/Stg.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-12-11 16:53:24 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-12-13 22:26:52 +0000
commit2b977d98a0f15416721633f14f9f551ce9ad30f0 (patch)
tree1ddd3fb2a84cf5879a375758deaaf455897ac9ac /includes/Stg.h
parent2e8c769422740c001e0a247bfec61d4f78598582 (diff)
downloadhaskell-2b977d98a0f15416721633f14f9f551ce9ad30f0.tar.gz
Remove most of TailCalls.h
it was only needed for registerised compilation.
Diffstat (limited to 'includes/Stg.h')
-rw-r--r--includes/Stg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/Stg.h b/includes/Stg.h
index ba0c4cfa79..c451cbc5e6 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -217,12 +217,11 @@ typedef StgFunPtr F_;
/* -----------------------------------------------------------------------------
Tail calls
-
- This needs to be up near the top as the register line on alpha needs
- to be before all procedures (inline & out-of-line).
-------------------------------------------------------------------------- */
-#include "stg/TailCalls.h"
+#define JMP_(cont) return((StgFunPtr)(cont))
+#define FB_
+#define FE_
/* -----------------------------------------------------------------------------
Other Stg stuff...