mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
gen-zam: better error reporting when ZAM code does a function call
This commit is contained in:
parent
3b3f6bbe4d
commit
1e73b02977
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->SetCallLoc(z.loc);\n";
|
||||
eval += "f->SetCall(z.call_expr);\n";
|
||||
|
||||
if ( HasAssignVal() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue