> Index: target-mips/op_mem.c >... > +extern void dump_sc (void); Having function prototypes in .c files is wrong. I added it to exec.h instead.
> +void glue(op_store_T2_gpr_gpr, REG) (void) > +{ > + env->gpr[REG] = T2; > + RETURN(); > +} I don't think there's any point adding this unless it's actually used. The ARM target doesn't have this op either. Paul _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel