On 02.05.25 23:45, Philippe Mathieu-Daudé wrote:
Use target_system_arch() to check at runtime which target architecture is being run. Note, since TARGET_ARM is defined for TARGET_AARCH64, we check for both ARM & AARCH64 enum values.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> ---
Acked-by: David Hildenbrand <[email protected]> -- Cheers, David / dhildenb
