Debug instructions that aren't implemented yet
This commit is contained in:
parent
e90f615e70
commit
08c79d3ab7
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ pub fn instruction(op: &str) -> (Kind, Vec<Arg>) {
|
|||
}),
|
||||
vec![Arg::Register(1), Arg::Register(2), Arg::Immediate],
|
||||
),
|
||||
_ => unimplemented!(),
|
||||
op => unimplemented!("{}", op),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue