LIR tracing support broke building on x86-64. It looks like this feature can be enabled on x86-64 without any change.
Signed-off-by: Eduard - Gabriel Munteanu <[email protected]> --- arch/x86/Makefile_64 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/Makefile_64 b/arch/x86/Makefile_64 index 60758db..54a0039 100644 --- a/arch/x86/Makefile_64 +++ b/arch/x86/Makefile_64 @@ -6,6 +6,7 @@ ARCH_OBJS = \ arch/x86/emit-code_64.o \ arch/x86/insn-selector_64.o \ arch/x86/instruction.o \ + arch/x86/lir-printer.o \ arch/x86/registers_64.o \ arch/x86/stack-frame.o \ arch/x86/use-def.o \ -- 1.6.0.6 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Jatovm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jatovm-devel
