On 12/25/25 02:22, Philippe Mathieu-Daudé wrote:
Guard the native endian APIs we want to remove by surrounding
them with TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API #ifdef'ry.
Once a target gets cleaned we'll set the definition in the
target config, then the target won't be able to use the legacy
API anymore.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/system/memory_cached.h | 2 ++
include/system/memory_ldst.h.inc | 2 ++
system/memory_ldst.c.inc | 2 ++
3 files changed, 6 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~