From 3f98ce992bf385e565532f1bc607955c3bbc94b2 Mon Sep 17 00:00:00 2001 From: twisti Date: Wed, 21 Sep 2005 13:22:49 +0000 Subject: [PATCH] * Include methodheader.h instead of asmoffsets.h. --- src/vm/jit/x86_64/asmpart.S | 5 +++-- src/vm/jit/x86_64/codegen.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/vm/jit/x86_64/asmpart.S b/src/vm/jit/x86_64/asmpart.S index fafa58954..65275e031 100644 --- a/src/vm/jit/x86_64/asmpart.S +++ b/src/vm/jit/x86_64/asmpart.S @@ -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 $ */ @@ -39,9 +39,10 @@ #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 diff --git a/src/vm/jit/x86_64/codegen.c b/src/vm/jit/x86_64/codegen.c index a4e919060..acc5be554 100644 --- a/src/vm/jit/x86_64/codegen.c +++ b/src/vm/jit/x86_64/codegen.c @@ -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" -- 2.25.1