summaryrefslogtreecommitdiff
path: root/compiler/Unique.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Unique.h')
-rw-r--r--compiler/Unique.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/Unique.h b/compiler/Unique.h
index e4cd2671a1..aefbcbc6b0 100644
--- a/compiler/Unique.h
+++ b/compiler/Unique.h
@@ -1,5 +1,5 @@
/* unique has the following structure:
- * HsInt unique =
- * (unique_tag << (sizeof (HsInt) - UNIQUE_TAG_BITS)) | unique_number
+ * HsInt64 unique =
+ * (unique_tag << (64 - UNIQUE_TAG_BITS)) | unique_number
*/
#define UNIQUE_TAG_BITS 8