On 2012-06-07 18:07, Maciej W. Rozycki wrote: > +/* Called for updates to CP0_Status. */ > +static inline void sync_c0_status(CPUMIPSState *env, int tc)
Any reason why these rather large functions are inline rather than being in helper.c? Otherwise, the change to gdbstub.c is most proper. r~