This adds a stub for emit_jni_trampoline() until it gets properly
implemented on x86-64.

Signed-off-by: Eduard - Gabriel Munteanu <eduard.munte...@linux360.ro>
---
 arch/x86/emit-code.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/x86/emit-code.c b/arch/x86/emit-code.c
index b333337..440a63a 100644
--- a/arch/x86/emit-code.c
+++ b/arch/x86/emit-code.c
@@ -2956,6 +2956,13 @@ void *emit_itable_resolver_stub(struct vm_class *vmc,
        return NULL;
 }
 
+void emit_jni_trampoline(struct buffer *buf,
+                        struct vm_method *vmm,
+                        void *target)
+{
+       abort();
+}
+
 #endif /* CONFIG_X86_32 */
 
 typedef void (*emit_no_operands_fn) (struct buffer *);
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to