|
From: | Paolo Bonzini |
Subject: | Re: [Lightning] Weird bug in function calls |
Date: | Sun, 30 Dec 2007 09:03:34 +0100 |
User-agent: | Thunderbird 2.0.0.9 (Macintosh/20071031) |
Dhaemon wrote:
Hi, Paolo Bonzini wrote: > This is wrong: > jit_calli(printf); > jit_finish(display_message); > jit_finish *includes* jit_calli, as in the original printf.c:Yes, but the purpose of the 'jit_calli(printf)' is just to show that calling printf works, but not 'display_message'.In other words, the error still happens when I remove 'jit_calli(printf)'. Without any modification, the official 'printf.c' fails too.
I'll try again then, it wasn't clear to me. :-) Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |