We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a41d6e commit 6c7e233Copy full SHA for 6c7e233
argparse/argparse_binimagecmd.c
@@ -95,6 +95,7 @@ int argparse_binimagecmd(int num_args, char **arg_ptr)
95
}
96
if(argparse_binimagecmd_add_segment(arg_ptr[0], 4))
97
{
98
+ bimage_set_entry(get_elf_entry());
99
return 2;
100
101
break;
0 commit comments