We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec72c6 commit 8df9e59Copy full SHA for 8df9e59
1 file changed
cli/src/disassemble.rs
@@ -169,7 +169,6 @@ fn display_code(
169
(digits(dynamic_symbols.len() as u64) - digits(dynsym_idx as u64)) + 10;
170
print!("<external #{dynsym_idx}> {:padding$} // {str}", "")
171
}
172
- Opcode::Exec => print!("<arity {}>", read!(cursor, u8)),
173
Opcode::Open => print!("<flags {:#x}>", read!(cursor, i32)),
174
Opcode::IfJump | Opcode::IfNotJump | Opcode::Jump | Opcode::Fork => {
175
print!("<instruction #{}>", read!(cursor, u32))
0 commit comments