mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
low-level cleanups found by code review
This commit is contained in:
parent
8bc04d3593
commit
38578a2ea3
13 changed files with 56 additions and 71 deletions
|
@ -121,11 +121,8 @@ private:
|
|||
class ZAMResumption : public Stmt {
|
||||
public:
|
||||
ZAMResumption(ZBody* _am, int _xfer_pc)
|
||||
: Stmt(STMT_ZAM_RESUMPTION)
|
||||
{
|
||||
am = _am;
|
||||
xfer_pc = _xfer_pc;
|
||||
}
|
||||
: Stmt(STMT_ZAM_RESUMPTION), am(_am), xfer_pc(_xfer_pc)
|
||||
{ }
|
||||
|
||||
ValPtr Exec(Frame* f, StmtFlowType& flow) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue