Rename InstructionFormat::IndirectCall for consistency with Opcode::CallIndirect.
This commit is contained in:
@@ -349,7 +349,7 @@ pub fn write_operands(
|
||||
Call { func_ref, ref args, .. } => {
|
||||
write!(w, " {}({})", func_ref, DisplayValues(args.as_slice(pool)))
|
||||
}
|
||||
IndirectCall { sig_ref, ref args, .. } => {
|
||||
CallIndirect { sig_ref, ref args, .. } => {
|
||||
let args = args.as_slice(pool);
|
||||
write!(
|
||||
w,
|
||||
|
||||
Reference in New Issue
Block a user