target/rx: Ensure not being build on user emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Jan 2025 12:16:26 +0000 (13:16 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commitedee3da2e62ffa741083e1caa78203f91a7f1a87
tree4efa725acdf51bac1e9cd46101cb323a16c265d2
parenta770b10bafc3e67b16c258167e15f228298c2d35
target/rx: Ensure not being build on user emulation

Currently only system emulation is supported.
Assert no target code is built for user emulation.
Remove #ifdef'ry since more work is required before
being able to emulate a user process.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250121142341.17001-3-philmd@linaro.org>
target/rx/cpu.c
target/rx/cpu.h
target/rx/helper.c