Riccardo wrote:
In <[EMAIL PROTECTED]> Dalibor Topic  wrote:

------------------------------------------------------------------
typedef struct methodTrampoline {
       unsigned short call;
       int fixup;
       struct _methods* meth;
       void** where;
} methodTrampoline;
------------------------------------------------------------------


Could this be cause of my grief on OpenBSD/68k too? should I try to import this chaneg in the OpenBSD m68k header (which, for testing purposes, is still separate and I imported may changes in the updated, common m68k/jit.h

If your gcc on m68k-openbsd pads fixup, then yes.

cheers,
dalibor topic

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to