aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-go32-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-go32-tdep.c')
-rw-r--r--gdb/i386-go32-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-go32-tdep.c b/gdb/i386-go32-tdep.c
index 06833c3..30db72d 100644
--- a/gdb/i386-go32-tdep.c
+++ b/gdb/i386-go32-tdep.c
@@ -35,7 +35,7 @@ i386_go32_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
/* DJGPP does not support the SSE registers. */
if (!tdesc_has_registers (info.target_desc))
- tdep->tdesc = i386_target_description (X86_XSTATE_X87_MASK);
+ tdep->tdesc = i386_target_description (X86_XSTATE_X87_MASK, false);
/* Native compiler is GCC, which uses the SVR4 register numbering
even in COFF and STABS. See the comment in i386_gdbarch_init,