On 25/9/25 02:43, Philippe Mathieu-Daudé wrote:
All LoongArchCPU::pc and LoongArchCPU::gpr[] fields are of
uint64_t type. Use the appropriate VMSTATE_UINT64() macro.

There is no functional change (the migration stream is not
modified), because the LoongArch targets are only built as 64-bit:

   $ git grep TARGET_LONG_BITS configs/targets/loongarch64*
   configs/targets/loongarch64-linux-user.mak:7:TARGET_LONG_BITS=64
   configs/targets/loongarch64-softmmu.mak:7:TARGET_LONG_BITS=64

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/loongarch/machine.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Patch queued, thanks.

Reply via email to