mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Rename trampoline to call_trampoline, part 2.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user