minor fixes

This commit is contained in:
Mark Thom
2019-04-17 21:31:00 -06:00
parent 465f2cc6e5
commit 2a69a74319
3 changed files with 30 additions and 22 deletions

View File

@@ -183,7 +183,7 @@ macro_rules! return_from_clause {
}
if $lco {
$machine_st.p = CodePtr::Local($machine_st.cp.clone());
$machine_st.p = CodePtr::Local($machine_st.cp);
} else {
$machine_st.p += 1;
}