mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Clean up code a bit
This commit is contained in:
@@ -70,7 +70,7 @@ where
|
||||
vmctx: other.vmctx,
|
||||
signature,
|
||||
// TODO:
|
||||
function_ptr: 0,
|
||||
function_ptr: None,
|
||||
kind: other.arg_kind,
|
||||
}
|
||||
}
|
||||
@@ -91,7 +91,7 @@ where
|
||||
vmctx: other.vmctx,
|
||||
signature,
|
||||
// TODO:
|
||||
function_ptr: 0,
|
||||
function_ptr: None,
|
||||
kind: other.arg_kind,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user