Compare commits
No commits in common. "f2dbb2743ec804740f96add2cd62bcc9fe3956b6" and "c2329519d702fba2ff44d48bee2d500e83c49a03" have entirely different histories.
f2dbb2743e
...
c2329519d7
Binary file not shown.
|
@ -1158,7 +1158,7 @@ impl Compiler {
|
||||||
}
|
}
|
||||||
self.pop_n(self.stack_depth - stack_depth);
|
self.pop_n(self.stack_depth - stack_depth);
|
||||||
self.emit_op(Op::Load);
|
self.emit_op(Op::Load);
|
||||||
self.stack_depth += 1;
|
// self.stack_depth += 1;
|
||||||
self.msg("********receive completed".to_string());
|
self.msg("********receive completed".to_string());
|
||||||
}
|
}
|
||||||
MatchClause(..) => unreachable!(),
|
MatchClause(..) => unreachable!(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user