Signed-off-by: Tomek Grabiec <[email protected]>
---
jit/trampoline.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jit/trampoline.c b/jit/trampoline.c
index 1afcfbd..05f5cc6 100644
--- a/jit/trampoline.c
+++ b/jit/trampoline.c
@@ -61,7 +61,7 @@ static void *jit_native_trampoline(struct compilation_unit
*cu)
/* TODO: signal OutOfMemoryError */
die("%s: out of memory\n", __func__);
- str_printf(msg, "%s.%s%s", CLASS_CB(method->class)->name, method->name,
+ str_printf(msg, "%s.%s%s", method->class->name, method->name,
method->type);
if (strcmp(class_name, "VMThrowable") == 0)
--
1.6.0.6
------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel