fix typo in caller_conv arg name in ABIMachineSpec::gen_call; (#5259)
This commit is contained in:
committed by
GitHub
parent
70c72ee2a4
commit
d3692c2f2b
@@ -564,7 +564,7 @@ pub trait ABIMachineSpec {
|
||||
opcode: ir::Opcode,
|
||||
tmp: Writable<Reg>,
|
||||
callee_conv: isa::CallConv,
|
||||
callee_conv: isa::CallConv,
|
||||
caller_conv: isa::CallConv,
|
||||
) -> SmallVec<[Self::I; 2]>;
|
||||
|
||||
/// Generate a memcpy invocation. Used to set up struct
|
||||
|
||||
Reference in New Issue
Block a user