fix receive stack regression/re introduce await regression
This commit is contained in:
parent
fd7152a91b
commit
f2dbb2743e
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