diff options
Diffstat (limited to 'gdb/symm-xdep.c')
-rw-r--r-- | gdb/symm-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symm-xdep.c b/gdb/symm-xdep.c index 409476a..2871307 100644 --- a/gdb/symm-xdep.c +++ b/gdb/symm-xdep.c @@ -232,7 +232,7 @@ printf("u.u_tsize= %#x, u.u_dsize= %#x, u.u_ssize= %#x, stack_off= %#x\n", corefile = savestring (filename, strlen (filename)); else { - corefile = concat (current_directory, "/", filename); + corefile = concat (current_directory, "/", filename, NULL); } set_current_frame(create_new_frame(read_register(FP_REGNUM), |