ladybird/Userland
Itamar 108a8e4c88 LibX86: Only pass ProcessorMode to Instruction constructor
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.
2022-12-11 22:06:30 +01:00
..
Applets Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Applications Help: Link to LibLocale 2022-12-11 13:59:41 -07:00
BuggieBox
Demos LibCore: Use Core::Stream for ProcessStatisticsReader 2022-12-10 11:49:24 +00:00
DevTools LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Libraries LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
Services WindowServer: Remove unused bools in Menu::draw() 2022-12-11 20:25:58 +01:00
Shell Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Utilities Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
CMakeLists.txt