mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Unify trampolines in Compilation object
This commit is contained in:
@@ -8256,7 +8256,7 @@ fn sort_call_movs(movs: &mut [(Location, GPR)]) {
|
||||
}
|
||||
|
||||
// Standard entry trampoline.
|
||||
pub fn gen_std_trampoline(sig: FunctionType) -> FunctionBody {
|
||||
pub fn gen_std_trampoline(sig: &FunctionType) -> FunctionBody {
|
||||
let mut a = Assembler::new().unwrap();
|
||||
|
||||
// Calculate stack offset.
|
||||
|
||||
Reference in New Issue
Block a user