mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
We previously passed both OperandSize and AddressSize to the constructor. Both values were only ever 32-bit at construction. We used AddressSize::Size64 to signify Long mode which was needlessly complicated.