On Fri, Mar 29, 2019 at 09:12:06AM +0000, Dr. David Alan Gilbert wrote: > The change was: > - VMSTATE_UINTTL_EQUAL(env.spr[SPR_PVR], PowerPCCPU), > + VMSTATE_UNUSED(sizeof(target_ulong)), /* was > _EQUAL(env.spr[SPR_PVR]) */ > > so it was always a target-long rather than a portable value; so that's > fine I think.
Oh yes, I obviously misread on "target". Sorry. -- Peter Xu