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;
}
So shouold it be fixed?
Thanks
----- Message d'origine ----
> > Objet : Re: Re : Re : [Help-smalltalk] How to convert a Cobject in C
> >
> > On 08/24/2010 01:37 PM, Mathieu Suen wrote:
> > > So I used the _gst_oop_to_c_object but my object have one more instance
> > > variable:
> > >
> > > CStruct subclass: CJitState [
> > > | codeBuffer |
> > > ...snip...
> > > ]
> > >
> _______________________________________________
> help-smalltalk mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk