Skip to content

Commit

Permalink
Fix entry point location for second binary image
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed May 29, 2015
1 parent 7a41d6e commit 6c7e233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argparse/argparse_binimagecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ int argparse_binimagecmd(int num_args, char **arg_ptr)
}
if(argparse_binimagecmd_add_segment(arg_ptr[0], 4))
{
bimage_set_entry(get_elf_entry());
return 2;
}
break;
Expand Down

0 comments on commit 6c7e233

Please sign in to comment.