On 05/09/2014 06:52 AM, Peter Maydell wrote: > though I note there are a number of functions that > use the pattern > > uint8_t *old_code_ptr = s->code_ptr; > [...emit stuff...] > old_code_ptr[1] = s->code_ptr - old_code_ptr; > > which could perhaps use tcg_insn_unit * rather than uint8_t * ?
Yes, probably. There are quite a few changes I'd like to make to tci... r~