mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
gen-zam: support for ZAM instructions using IntrusivePtr for call expression ASTs
This commit is contained in:
parent
6f648e36d1
commit
6f8c54d69a
1 changed files with 1 additions and 1 deletions
|
@ -1825,7 +1825,7 @@ void ZAM_InternalOpTemplate::Parse(const string& attr, const string& line, const
|
|||
}
|
||||
}
|
||||
|
||||
eval += "f->SetOnlyCall(z.call_expr);\n";
|
||||
eval += "f->SetOnlyCall(z.call_expr.get());\n";
|
||||
|
||||
if ( HasAssignVal() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue