We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cfec66 + 5aa2c2d commit 0f1482cCopy full SHA for 0f1482c
src/java_bytecode/java_entry_point.cpp
@@ -203,7 +203,7 @@ exprt::operandst java_build_arguments(
203
!assume_init_pointers_not_null && !is_main && !is_this;
204
205
object_factory_parameterst parameters = object_factory_parameters;
206
- parameters.function_id = function.name;
+ parameters.function_id = goto_functionst::entry_point();
207
208
// generate code to allocate and non-deterministicaly initialize the
209
// argument
0 commit comments