* Include methodheader.h instead of asmoffsets.h.
authortwisti <none@none>
Wed, 21 Sep 2005 13:22:49 +0000 (13:22 +0000)
committertwisti <none@none>
Wed, 21 Sep 2005 13:22:49 +0000 (13:22 +0000)
src/vm/jit/x86_64/asmpart.S
src/vm/jit/x86_64/codegen.c

index fafa58954c7f86071b274e06f04d49e38cb0dda8..65275e031dbc3b75f74a36c2dc758895e5ceea7c 100644 (file)
@@ -28,7 +28,7 @@
             Reinhard Grafl
             Christian Thalinger
 
-   $Id: asmpart.S 3179 2005-09-14 18:36:12Z twisti $
+   $Id: asmpart.S 3237 2005-09-21 13:22:49Z twisti $
 
 */
 
 #include "md-asm.h"
 
 #include "vm/jit/x86_64/arch.h"
-#include "vm/jit/x86_64/asmoffsets.h"
 #include "vm/jit/x86_64/offsets.h"
 
+#include "vm/jit/methodheader.h"
+
 
        .text
 
index a4e91906003b724dbe9b17fdfc5ebb2ef8e9ccc1..acc5be554b51fb1ee1cde71bcb0e02935b2cc7eb 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Ullrich
 
-   $Id: codegen.c 3096 2005-07-21 14:01:02Z twisti $
+   $Id: codegen.c 3237 2005-09-21 13:22:49Z twisti $
 
 */
 
@@ -46,7 +46,6 @@
 #include "vm/jit/x86_64/codegen.h"
 #include "vm/jit/x86_64/emitfuncs.h"
 #include "vm/jit/x86_64/types.h"
-#include "vm/jit/x86_64/asmoffsets.h"
 
 #include "cacao/cacao.h"
 #include "native/native.h"
@@ -65,6 +64,7 @@
 # include "vm/jit/lsra.inc"
 #endif
 
+#include "vm/jit/methodheader.h"
 #include "vm/jit/parse.h"
 #include "vm/jit/patcher.h"
 #include "vm/jit/reg.h"