aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-xdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arm-xdep.c')
-rw-r--r--gdb/arm-xdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-xdep.c b/gdb/arm-xdep.c
index 885d3bb..e03e16d 100644
--- a/gdb/arm-xdep.c
+++ b/gdb/arm-xdep.c
@@ -261,7 +261,7 @@ core_file_command (filename, from_tty)
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),