Remove the unused Nullary instruction format.
This format was only used by the trap instruction which has its own format now.
This commit is contained in:
@@ -1828,7 +1828,6 @@ impl<'a> Parser<'a> {
|
||||
opcode: Opcode,
|
||||
) -> Result<InstructionData> {
|
||||
let idata = match opcode.format() {
|
||||
InstructionFormat::Nullary => InstructionData::Nullary { opcode },
|
||||
InstructionFormat::Unary => {
|
||||
InstructionData::Unary {
|
||||
opcode,
|
||||
|
||||
Reference in New Issue
Block a user