]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/cpu: Restrict cpu_untagged_addr() to user emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 13 Nov 2024 22:21:17 +0000 (23:21 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
commite3b64ebf494d07dfd6adf113115eac8819dbf0b0
treef11d499730bae59c085becde0534dffc19205c0e
parentf9ba56a03c2e954c37737826203574a8cde0b3e3
target/arm/cpu: Restrict cpu_untagged_addr() to user emulation

Move the #endif guard where it belongs to restrict
the cpu_untagged_addr() implementation to user
emulation.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241114011310.3615-11-philmd@linaro.org>
target/arm/cpu.h