commit | b52ee0c1a4205c8d698c37557401d2f55e071fba | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Feb 12 13:37:39 2025 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 28 08:08:47 2025 +0100 |
tree | fa7ce95612beb699a21b5362b314cf6ac55cd3cb | |
parent | 17ac97a9581fa9dd9c433d7562506a514f7292b3 [diff] |
target/microblaze: Use TARGET_LONG_BITS == 32 for system mode Now that the extended address instructions are handled separately from virtual addresses, we can narrow the emulation to 32-bit. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>