mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-23 18:30:14 +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.