minor fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user