This commit is contained in:
2026-04-29 18:11:26 +08:00
parent fe96f6d9c5
commit 045f0bd6de
8 changed files with 59 additions and 44 deletions
+4 -1
View File
@@ -280,7 +280,10 @@ impl<'a, Ctx: DisassemblerContext> Disassembler<'a, Ctx> {
("MakePatternClosure", arg_str)
}
Op::Call => ("Call", String::new()),
Op::Call => {
self.read_operand_data();
("Call", "arg=?".into())
},
Op::DispatchPrimOp => {
todo!();
}