mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 06:27:55 +03:00
107d337d77
Due to compiler alignment issues, the bitfield member `increment` of `MacroInterpreter::MethodAddress` was mistakenly padded and moved to the next byte. This has now been fixed by making its type `u16` like the member prior to it to prevent natural alignment from kicking in.