* src/vm/jit/mips/codegen.c: Changed lock includes.
authortwisti <none@none>
Wed, 25 Apr 2007 20:07:37 +0000 (20:07 +0000)
committertwisti <none@none>
Wed, 25 Apr 2007 20:07:37 +0000 (20:07 +0000)
* src/vm/jit/mips/emit.c: Likewise.

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

index 9b1faa088ecd61764e510a17868a34283c118729..137c28df132533c283bb758aca33c3506f451fa2 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 7824 2007-04-25 20:07:37Z 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 5e4649a7b65e2878c6c51a57c05550a8e548e592..1a5b3cbd4aa9669593b60958d0f26f592b7e1804 100644 (file)
@@ -38,9 +38,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"