Skip to content

Commit 948c568

Browse files
committed
merge
2 parents 8a66ae8 + fc1a291 commit 948c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int main(void) {
8989
CHECK_BODY("malloc-free-null") {
9090
mi_free(NULL);
9191
};
92-
#if MI_INTPTR_BITS >= 64
92+
#if MI_INTPTR_BITS > 32
9393
CHECK_BODY("malloc-free-invalid-low") {
9494
mi_free((void*)(MI_ZU(0x0000000003990080))); // issue #1087
9595
};

0 commit comments

Comments
 (0)