diff options
| author | Dentomologist <dentomologist@gmail.com> | 2023-06-13 11:16:39 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2023-06-24 13:45:26 -0700 |
| commit | 2472269d06dfe7fac7a0eb206673e790e2016fe7 (patch) | |
| tree | 3193c890c0cc5d97085698699aa48a4597d15b29 /Source/Core | |
| parent | 2cf48bc32cfcd577cd5233ed33757de103ef8f40 (diff) | |
GekkoDisassembler: Remove unused enum InstructionType
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/GekkoDisassembler.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/Common/GekkoDisassembler.h b/Source/Core/Common/GekkoDisassembler.h index 40ca3380b3..b7a6e7bf5f 100644 --- a/Source/Core/Common/GekkoDisassembler.h +++ b/Source/Core/Common/GekkoDisassembler.h @@ -92,14 +92,6 @@ private: static u32* DoDisassembly(bool big_endian); - enum InstructionType - { - PPCINSTR_OTHER = 0, // No additional info for other instr. - PPCINSTR_BRANCH = 1, // Branch dest. = PC+displacement - PPCINSTR_LDST = 2, // Load/store instruction: displ(sreg) - PPCINSTR_IMM = 3, // 16-bit immediate val. in displacement - }; - enum Flags { PPCF_ILLEGAL = (1 << 0), // Illegal PowerPC instruction |
