summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 9364bccae2..15ff2a43d9 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -59,7 +59,7 @@
* NB. This corresponds with the number of actual INTLIKE/CHARLIKE
* closures defined in rts/StgMiscClosures.cmm.
*/
-#define MAX_INTLIKE 16
+#define MAX_INTLIKE 255
#define MIN_INTLIKE (-16)
#define MAX_CHARLIKE 255