On 10/9/25 01:18, Philippe Mathieu-Daudé wrote:
Both OpenRISCTLBEntry fields are of uint32_t type. Use the
appropriate VMSTATE_UINT32() macro.

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

   $ git grep TARGET_LONG_BITS configs/targets/or1k-*
   configs/targets/or1k-linux-user.mak:5:TARGET_LONG_BITS=32
   configs/targets/or1k-softmmu.mak:5:TARGET_LONG_BITS=32

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

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to