On 12/25/25 02:22, Philippe Mathieu-Daudé wrote:
Guard the native endian definitions 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/exec/memop.h | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
