target/hppa: PDC_BTLB_INFO uses 32-bit ints
authorHelge Deller <deller@gmx.de>
Tue, 6 Feb 2024 23:49:28 +0000 (00:49 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 11 Feb 2024 12:20:23 +0000 (13:20 +0100)
commit68e3e604d677b446eed095b5f99904483031f12d
treee8c8ea313cb7241c7ed70dbfe69607b93fe8dac4
parent7b2d70a175981917acd9383660b977349963344b
target/hppa: PDC_BTLB_INFO uses 32-bit ints

The BTLB helper function stores the BTLB info (four 32-bit ints) into
the memory of the guest. They are only available when emulating a 32-bit
CPU in the guest, so use "uint32_t" instead of "target_ulong" here.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/mem_helper.c