On 10/9/25 01:19, Philippe Mathieu-Daudé wrote:
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
Remove the dead code guarded within TARGET_LONG_BITS != 32.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/openrisc/translate.c | 33 ++++-----------------------------
1 file changed, 4 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~