gen-zam: support for ZAM instructions using IntrusivePtr for call expression ASTs

This commit is contained in:
Vern Paxson 2023-07-20 09:53:11 -07:00 committed by Tim Wojtulewicz
parent 6f648e36d1
commit 6f8c54d69a

View file

@ -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() )
{