mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 15:25:28 +01: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.