On 08/24/2010 04:34 PM, Mathieu Suen wrote:
Paolo help me to find the bug.
It was a faulty declaration of the jit_local_state.
But now there is conflit beween the jit_local_state from gst and the one from
gnu lightning.
For example in i386 arch the gnu lightning jit_local_state is:
struct jit_local_state {
int framesize;
int argssize;
int alloca_offset;
int alloca_slack;
};
will in gst it is:
struct jit_local_state {
int framesize;
int argssize;
}
This is not in gst, it is in your version of gst.
If it is so tied to lightning, it should just include lightning.h and
not meddle with these problems.
Alternatively, use
struct _jit_stack {
jit_insn *codeBuffer;
jit_state state;
}
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk