serenity/Userland/Libraries/LibX86
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
..
CMakeLists.txt
Disassembler.h LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
ELFSymbolProvider.h
Instruction.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Instruction.h LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
Interpreter.h