On Jan 14, 2006, at 17:30, Joshua Isom wrote:
src/ops/experimental.ops:226: error: unable to find a register to
spill
I've now disabled register assignment for gcc like ...
register opcode_t *cur_opcode asm ("esi") = cur_op;
... totally. It works for some gcc 3.x versions though and can
I took another stab at getting it to compile... Tcc compiled
src/ops/core_ops_cgp.c but there were linking problems(guess it's not
good to use two c compilers for one build). But I disabled linking in
the hints file for me and it's working again. Has anyone with FreeBSD
6.0 had any similar p