]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/zero-fill2/test.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / zero-fill2 / test.c
index 74144d05b53038a4de2cf33c0e3173c83c48a6fe..219cdc2c862fdde41bc93e4a159befcf1b1a6c5c 100644 (file)
 
 // if we used one big array, the linker would page align it
 // but we want to test a non-page align big chunk of zero-fill data
+
+#if __LP64__
+       #define BOOST 100UL
+#else
+       #define BOOST 1
+#endif
+
 int bigarray1[256];
 int bigarray2[2560];
 int bigarray3[25600];