Skip to content

Commit 8df9e59

Browse files
committed
Fix exec instruction disassembler
1 parent 3ec72c6 commit 8df9e59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/src/disassemble.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ fn display_code(
169169
(digits(dynamic_symbols.len() as u64) - digits(dynsym_idx as u64)) + 10;
170170
print!("<external #{dynsym_idx}> {:padding$} // {str}", "")
171171
}
172-
Opcode::Exec => print!("<arity {}>", read!(cursor, u8)),
173172
Opcode::Open => print!("<flags {:#x}>", read!(cursor, i32)),
174173
Opcode::IfJump | Opcode::IfNotJump | Opcode::Jump | Opcode::Fork => {
175174
print!("<instruction #{}>", read!(cursor, u32))

0 commit comments

Comments
 (0)