mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-17 18:37:05 +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