dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dotgnu-libjit] How Do I Debug a Memory Protection Error?


From: Robert G. Jakabosky
Subject: Re: [Dotgnu-libjit] How Do I Debug a Memory Protection Error?
Date: Mon, 18 Oct 2010 21:43:13 -0700
User-agent: KMail/1.9.9

On Monday 18, Noah Lavine wrote:
>     jit_apply(signature, function, args, 3, &retval);

that line should be:
     jit_function_apply(function, args, &retval);

jit_apply needs a void pointer to the compiled function not the jit_function_t 
object.

-- 
Robert G. Jakabosky



reply via email to

[Prev in Thread] Current Thread [Next in Thread]