2007-10-19 Marek Habersack <mhabersack@novell.com>
[mono.git] / mono / mini / mini-arch.h
index 4661c0b41802c881f71a195675858d676d1251dc..a470c4db023cc342a32efdb20c9e05ceebfc7e06 100644 (file)
 # else
 #  include "mini-s390.h"
 # endif
+#elif defined(__ia64__)
+#include "mini-ia64.h"
+#elif defined(__arm__)
+#include "mini-arm.h"
+#elif defined(__alpha__)
+#include "mini-alpha.h"
+#elif defined(__mips__)
+#include "mini-mips.h"
+#elif defined(__hppa__)
+#include "mini-hppa.h"
 #else
 #error add arch specific include file in mini-arch.h
 #endif
 
+#if (MONO_ARCH_FRAME_ALIGNMENT == 4)
+#define MONO_ARCH_LOCALLOC_ALIGNMENT 8
+#else
+#define MONO_ARCH_LOCALLOC_ALIGNMENT MONO_ARCH_FRAME_ALIGNMENT
+#endif
+
 #endif /* __MONO_MINI_ARCH_H__ */