aboutsummaryrefslogtreecommitdiff
path: root/gdb/filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/filesystem.c')
-rw-r--r--gdb/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/filesystem.c b/gdb/filesystem.c
index d855b75..5b4b0cf 100644
--- a/gdb/filesystem.c
+++ b/gdb/filesystem.c
@@ -39,7 +39,7 @@ effective_target_file_system_kind (void)
{
if (target_file_system_kind == file_system_kind_auto)
{
- if (gdbarch_has_dos_based_file_system (target_gdbarch))
+ if (gdbarch_has_dos_based_file_system (target_gdbarch ()))
return file_system_kind_dos_based;
else
return file_system_kind_unix;