]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tci: Remove tci_read_r32
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Jan 2021 21:28:43 +0000 (11:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:45:21 +0000 (11:45 -0800)
commit984ae87314e24fa272d9c868307236b5caff0a30
treeb2116783f4c143ce5a59d549e7a351ac34de1f55
parent994edd6719c32b7e9fec15d6f098ae8b899f806b
tcg/tci: Remove tci_read_r32

Use explicit casts for ext32u opcodes, and allow truncation
to happen for other users.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c