DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
674 stars 98 forks source link

backtrace: Fix alignas order syntax errors with GCC 14 #540

Closed sp1187 closed 2 months ago

sp1187 commented 2 months ago

GCC 14 seems to have stricter requirement on the placement of the alignas specifier, fixing this in preparation for future toolchain updates.