diff --git a/InstructionSets/ARM/Disassembler.hpp b/InstructionSets/ARM/Disassembler.hpp index 6f744e426..5dfc4b5ee 100644 --- a/InstructionSets/ARM/Disassembler.hpp +++ b/InstructionSets/ARM/Disassembler.hpp @@ -255,7 +255,7 @@ struct Disassembler { template void perform(CoprocessorDataOperation) {} template void perform(CoprocessorDataTransfer) {} - void software_interrupt() { + void software_interrupt(SoftwareInterrupt) { instruction_.operation = Instruction::Operation::SWI; } void unknown() {