summaryrefslogtreecommitdiff
path: root/rts/AutoApply.h
diff options
context:
space:
mode:
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 */