Skip to content

Commit e56d3e4

Browse files
Chris RohlfChris Rohlf
authored andcommitted
add missing ifdef for aarch64
1 parent ee9b0d6 commit e56d3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/iso_alloc_sanity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _GNU_SOURCE
88
#endif
99

10-
#if !__x86_64__
10+
#if !__aarch64__ && !__x86_64__
1111
#pragma message "IsoAlloc is untested and unsupported on 32 bit platforms"
1212
#endif
1313

0 commit comments

Comments
 (0)