]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/openrisc: Remove 'TARGET_LONG_BITS != 32' dead code
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Oct 2025 08:11:59 +0000 (10:11 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit81e2fb236b702c7e172b64be4fd11aacebe50e4c
treec73d87cdb8aa20678b17d251bc4c91900584dc1e
parent9dc4862dc4ae95f4f5b94052b95699a83e1d197c
target/openrisc: Remove 'TARGET_LONG_BITS != 32' dead code

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010070702.51484-7-philmd@linaro.org>
target/openrisc/translate.c