mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-13 23:31:43 +00:00
9c53889ba3
The "old" qemu_ld opcode did not specify the size of the result, and so we had to assume full register width. With the new opcodes, we can narrow the result. Signed-off-by: Richard Henderson <rth@twiddle.net>