diff src/os/linux/vm/osThread_linux.cpp @ 2211:0cd39a385a72

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:33 +0100
parents b92c45f2bc75
children 1d1603768966
line wrap: on
line diff
--- a/src/os/linux/vm/osThread_linux.cpp	Mon Feb 21 19:17:10 2011 +0100
+++ b/src/os/linux/vm/osThread_linux.cpp	Mon Feb 21 19:17:33 2011 +0100
@@ -39,6 +39,12 @@
 #ifdef TARGET_ARCH_zero
 # include "assembler_zero.inline.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "assembler_arm.inline.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "assembler_ppc.inline.hpp"
+#endif
 
 
 void OSThread::pd_initialize() {