On Thu, 2009-06-25 at 23:14 +0200, Tomek Grabiec wrote:
> Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
> ---
>  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)

Applied, thanks!


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to