aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386v-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386v-nat.c')
-rw-r--r--gdb/i386v-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c
index f43b87e..3598d3a 100644
--- a/gdb/i386v-nat.c
+++ b/gdb/i386v-nat.c
@@ -159,7 +159,7 @@ i386_float_info ()
perror_with_name ("read from core file");
skip = 0;
}
- #endif /* 0 */
+#endif /* 0 */
fpstatep = (struct fpstate *)(buf + skip);
print_387_status (fpstatep->status, (struct env387 *)fpstatep->state);