Skip to content

Commit 0f1482c

Browse files
authored
Merge pull request diffblue#2094 from smowton/smowton/fix/tmp-object-factory-prefix
Attribute main function arguments to __CPROVER_start
2 parents 3cfec66 + 5aa2c2d commit 0f1482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/java_entry_point.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ exprt::operandst java_build_arguments(
203203
!assume_init_pointers_not_null && !is_main && !is_this;
204204

205205
object_factory_parameterst parameters = object_factory_parameters;
206-
parameters.function_id = function.name;
206+
parameters.function_id = goto_functionst::entry_point();
207207

208208
// generate code to allocate and non-deterministicaly initialize the
209209
// argument

0 commit comments

Comments
 (0)