Clean up code a bit

This commit is contained in:
Mark McCaskey
2020-10-20 12:21:16 -07:00
parent 3c7dfe29f3
commit ed1202181e
13 changed files with 96 additions and 58 deletions

View File

@@ -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,
},
}