Skip to content

Commit e0138e4

Browse files
Princess-of-Sleepingd3m3vilurr
authored andcommitted
Fixed default entypoint list
1 parent 4d43762 commit e0138e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vita-elf-create/elf-create-argp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
int parse_arguments(int argc, char *argv[], elf_create_args *arguments)
1313
{
1414
int c;
15-
char *entrypoint_list = NULL;
15+
char *entrypoint_list = "_start,,";
1616

1717
arguments->log_level = 0;
1818
arguments->check_stub_count = 1;

0 commit comments

Comments
 (0)