We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b1c38 commit 9cb06e2Copy full SHA for 9cb06e2
1 file changed
support/refc/_datatypes.h
@@ -60,7 +60,7 @@ them first. Of course, this flag is not used if it is clear that Idris2_Value*
60
is actually an Int. But places like newReference/removeReference require this
61
flag.
62
*/
63
-#define idris2_vp_is_unboxed(p) ((uintptr_t)(p) & 3)
+#define idris2_vp_is_unboxed(p) ((uintptr_t)(p)&3)
64
65
#define idris2_vp_int_shift \
66
((sizeof(uintptr_t) >= 8 && sizeof(Idris2_Value *) >= 8) ? 32 : 16)
0 commit comments