mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
aesthetic tweak
This commit is contained in:
parent
ef53e1562f
commit
15ce7a6ee0
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ const ZAMStmt ZAMCompiler::AddInst(const ZInstI& inst, bool suppress_non_local)
|
|||
auto cs = pending_capture_store;
|
||||
pending_capture_store = -1;
|
||||
|
||||
auto& cv = *func->GetType()->AsFuncType()->GetCaptures();
|
||||
auto& cv = *func->GetType()->GetCaptures();
|
||||
auto& c_id = cv[cs].Id();
|
||||
|
||||
ZOp op;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue