[Dotgnu-libjit] Convert a jit_type_ubyte to int = Segmentation fault
From:
manolo ohara
Subject:
[Dotgnu-libjit] Convert a jit_type_ubyte to int = Segmentation fault
Date:
Wed, 24 Aug 2011 17:59:09 +0200
Hello. I'm trying to convert a jit_type_ubyte to int, but it gives me "segmentation fault". My machine: Debian 6.0 32 bits with the last libjit version.
/* Compile the function */
jit_function_compile(function); jit_dump_function(stdout,function,"myfunct"); /* Unlock the context */ jit_context_build_end(context);