+2004-06-25 Rhys Weatherley <rweather@southern-storm.com.au>
+
+ * tools/gen-apply.c: fix a crash in gen-apply under x86-64.
+
2004-06-24 Rhys Weatherley <rweather@southern-storm.com.au>
* jit/jit-reg-alloc.c, jit/jit-rules-arm.h, jit/jit-rules-interp.c,
#if defined(__APPLE__) && defined(__MACH__)
#define PLATFORM_IS_MACOSX 1
#endif
+#if defined(__x86_64__) || defined(__x86_64)
+ #define PLATFORM_IS_X86_64 1
+#endif
#if defined(PLATFORM_IS_GCC) || defined(PLATFORM_IS_WIN32)
call_struct_test(14);
call_struct_test(15);
call_struct_test(16);
+#ifndef PLATFORM_IS_X86_64
call_struct_test(17);
call_struct_test(18);
call_struct_test(19);
call_struct_test(62);
call_struct_test(63);
call_struct_test(64);
+#endif /* PLATFORM_IS_X86_64 */
}
/*