Skip to content

Commit

Permalink
Merge pull request diffblue#2094 from smowton/smowton/fix/tmp-object-…
Browse files Browse the repository at this point in the history
…factory-prefix

Attribute main function arguments to __CPROVER_start
  • Loading branch information
smowton authored Apr 24, 2018
2 parents 3cfec66 + 5aa2c2d commit 0f1482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java_bytecode/java_entry_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ exprt::operandst java_build_arguments(
!assume_init_pointers_not_null && !is_main && !is_this;

object_factory_parameterst parameters = object_factory_parameters;
parameters.function_id = function.name;
parameters.function_id = goto_functionst::entry_point();

// generate code to allocate and non-deterministicaly initialize the
// argument
Expand Down

0 comments on commit 0f1482c

Please sign in to comment.