mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-05 08:37:04 +00:00
__builtin_memcpy, as well as __builtin_memset and __builtin_memmove, needn't be inlined but emitted as a libc call, leading to infinitely recursive calls. Fixes https://github.com/libsdl-org/SDL/issues/9090