We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03074 commit b718418Copy full SHA for b718418
src/statement-list/statement_list_parser.cpp
@@ -260,7 +260,7 @@ static void find_instructions(
260
for(const exprt &instruction_expr : instructions.operands())
261
{
262
statement_list_parse_treet::instructiont instruction;
263
- codet code_token(instruction_expr.op0().id());
+ codet code_token(to_multi_ary_expr(instruction_expr).op0().id());
264
for(const exprt &operand : instruction_expr.operands())
265
266
if(operand.is_not_nil() && operand.id() != code_token.get_statement())
0 commit comments