mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-17 02:30:54 +00:00
Fix disassembler.
This commit is contained in:
parent
e6c4454059
commit
4bf02122ee
@ -255,7 +255,7 @@ struct Disassembler {
|
||||
template <Flags> void perform(CoprocessorDataOperation) {}
|
||||
template <Flags> void perform(CoprocessorDataTransfer) {}
|
||||
|
||||
void software_interrupt() {
|
||||
void software_interrupt(SoftwareInterrupt) {
|
||||
instruction_.operation = Instruction::Operation::SWI;
|
||||
}
|
||||
void unknown() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user