[appending to an old ticket, since if anyone wants to ever get this working again, they'll probably have to fix up the blind guesses I made in that old patch too.]
diff -r -u parrot-current/src/jit/sun4/jit_emit.h parrot-andy/src/jit/sun4/jit_emit.h --- parrot-current/src/jit/sun4/jit_emit.h Sat May 5 11:15:16 2007 +++ parrot-andy/src/jit/sun4/jit_emit.h Wed May 9 10:08:49 2007 @@ -9,6 +9,12 @@ #ifndef PARROT_SUN4_JIT_EMIT_H_GUARD # define PARROT_SUN4_JIT_EMIT_H_GUARD +/* XXX As of rev 11423, sun4 jit no longer compiles due to the missing + Parrot_jit_init() function and the corresponding arch_info structure. + Prior to that, it compiled, but probably didn't work. See notes labeled + XXX Hack [perl #37819] below. +*/ + /* * SPARC JIT overview: * -- Andy Dougherty [EMAIL PROTECTED]