mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-19 18:41:03 +03:00
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.