mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
tracking control flow
This commit is contained in:
parent
e479ccf3a0
commit
3dbaa141ec
8 changed files with 78 additions and 8 deletions
|
@ -203,6 +203,7 @@ StmtPtr ZAMCompiler::CompileBody() {
|
|||
|
||||
auto zb = make_intrusive<ZBody>(fname, this);
|
||||
zb->SetInsts(insts2);
|
||||
zb->SetLocationInfo(body->GetLocationInfo());
|
||||
|
||||
// Could erase insts1 here to recover memory, but it's handy
|
||||
// for debugging.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue