| commit | e3b64ebf494d07dfd6adf113115eac8819dbf0b0 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Nov 13 23:21:17 2024 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Dec 20 17:44:57 2024 +0100 |
| tree | f11d499730bae59c085becde0534dffc19205c0e | |
| parent | f9ba56a03c2e954c37737826203574a8cde0b3e3 [diff] |
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>