On 19 March 2012 22:57, Juan Quintela <quint...@redhat.com> wrote: > + /* Fields needed as intermediate for vmstate */ > + target_ulong sdr1_vmstate;
Personally I prefer how alpha handles this for fpcr rather than clogging up the CPUState with an intermediate field. (possibly with some macro assist so it's a little less longwinded) -- PMM