LibDebug: Fix typo in handle_special_opcode method name

handle_sepcial_opcode -> handle_special_opcode :)
This commit is contained in:
FalseHonesty 2021-04-15 23:14:35 -04:00 committed by Linus Groh
commit a5b4d4434e
Notes: sideshowbarker 2024-07-18 20:17:16 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ private:
void handle_extended_opcode();
void handle_standard_opcode(u8 opcode);
void handle_sepcial_opcode(u8 opcode);
void handle_special_opcode(u8 opcode);
struct [[gnu::packed]] UnitHeader32 {
u32 length;