Fixed comments

This commit is contained in:
Syrus
2020-05-19 22:08:48 -07:00
parent bdb58903c0
commit 3e76e2d1f1
3 changed files with 4 additions and 8 deletions

View File

@@ -472,8 +472,7 @@ impl<'module_environment> TargetEnvironment for FuncEnvironment<'module_environm
impl<'module_environment> BaseFuncEnvironment for FuncEnvironment<'module_environment> {
fn is_wasm_parameter(&self, _signature: &ir::Signature, index: usize) -> bool {
// The first parameter is the vmctx. The rest are
// the wasm parameters.
// The first parameter is the vmctx. The rest are the wasm parameters.
index >= 1
}