* src/vm/jit/arm/codegen.c: Changed lock include.
authortwisti <none@none>
Wed, 25 Apr 2007 20:03:04 +0000 (20:03 +0000)
committertwisti <none@none>
Wed, 25 Apr 2007 20:03:04 +0000 (20:03 +0000)
* src/vm/jit/arm/emit.c: Likewise.

src/vm/jit/arm/codegen.c
src/vm/jit/arm/emit.c

index d888916551851d7c74623d239022e09b76375e8d..85e783daf1278159fd011071a13926a76890c2ee 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: codegen.c 7766 2007-04-19 13:24:48Z michi $
+   $Id: codegen.c 7823 2007-04-25 20:03:04Z twisti $
 
 */
 
@@ -43,9 +43,7 @@
 
 #include "native/native.h"
 
-#if defined(ENABLE_THREADS)
-# include "threads/native/lock.h"
-#endif
+#include "threads/lock-common.h"
 
 #include "vm/builtin.h"
 #include "vm/exceptions.h"
index 99b89dc368b077cf2714b17caf6c2e74622d1670..e16bc2ccc2781b09cc2faa33b9f4e2c54501eb37 100644 (file)
@@ -39,9 +39,7 @@
 
 #include "mm/memory.h"
 
-#if defined(ENABLE_THREADS)
-# include "threads/native/lock.h"
-#endif
+#include "threads/lock-common.h"
 
 #include "vm/builtin.h"
 #include "vm/exceptions.h"