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 d0d8271 commit 9c87e96Copy full SHA for 9c87e96
src/goto-programs/read_bin_goto_object.cpp
@@ -100,7 +100,7 @@ static bool read_bin_goto_object_v4(
100
goto_programt::instructiont &instruction=*itarget;
101
102
irepconverter.reference_convert(in, instruction.code);
103
- instruction.function = irepconverter.read_string_ref(in);
+ irepconverter.read_string_ref(in); // former function
104
irepconverter.reference_convert(in, instruction.source_location);
105
instruction.type = (goto_program_instruction_typet)
106
irepconverter.read_gb_word(in);
0 commit comments