Rename trampoline to call_trampoline, part 2.

This commit is contained in:
Nick Lewycky
2020-10-20 11:11:32 -07:00
parent ae5fc2a8fd
commit 29c9cb1471
4 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ where
vmctx: other.vmctx,
signature,
kind: other.arg_kind,
trampoline: None,
call_trampoline: None,
}
}
}
@@ -89,7 +89,7 @@ where
vmctx: other.vmctx,
signature,
kind: other.arg_kind,
trampoline: None,
call_trampoline: None,
},
}
}