On Dec 2, 2005, at 19:59, Andy Dougherty (via RT) wrote:
Parrot_jit_emit_mov_mr_offs blib/lib/libparrot.a(jit.o) Parrot_jit_emit_get_base_reg_no blib/lib/libparrot.a(jit.o) Parrot_jit_emit_mov_mr_n_offs blib/lib/libparrot.a(jit.o) Parrot_jit_emit_mov_rm_offs blib/lib/libparrot.a(jit.o) Parrot_jit_emit_mov_rm_n_offs blib/lib/libparrot.a(jit.o)
Can you provide dummy subs for the _offs functions and put in a dummy define for the get_base_reg_no macro that returns some valid register number.
See jit/mips/jit_emit.h (a dummy implementation) or jit/{ppc,x86} - working.
leo