summaryrefslogtreecommitdiff
path: root/rts/AutoApply.h
diff options
context:
space:
mode:
authorGeoffrey Mainland <gmainlan@microsoft.com>2012-10-25 11:35:47 +0100
committerGeoffrey Mainland <gmainlan@microsoft.com>2012-10-30 12:50:54 +0000
commitf9265dd369b9e269349930012c25e670248f2a09 (patch)
treed29a889a452b2136896f83a48b720bf3dd9026f0 /rts/AutoApply.h
parent8e8168446a6f1fe2747ba10bc76053097862f4db (diff)
downloadhaskell-f9265dd369b9e269349930012c25e670248f2a09.tar.gz
Attach proper jump liveness information to generated C-- code.
Diffstat (limited to 'rts/AutoApply.h')
-rw-r--r--rts/AutoApply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/AutoApply.h b/rts/AutoApply.h
index ebb7308875..c5dbbcd344 100644
--- a/rts/AutoApply.h
+++ b/rts/AutoApply.h
@@ -82,9 +82,9 @@
Sp(-1) = CCCS; \
Sp(-2) = stg_restore_cccs_info; \
Sp_adj(-2); \
- jump (target) [*]
+ jump (target) [R1]
#else
-#define jump_SAVE_CCCS(target) jump (target) [*]
+#define jump_SAVE_CCCS(target) jump (target) [R1]
#endif
#endif /* APPLY_H */