diff options
Diffstat (limited to 'gdb/i386-gnu-nat.c')
-rw-r--r-- | gdb/i386-gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-gnu-nat.c b/gdb/i386-gnu-nat.c index 6382ca8..06949d1 100644 --- a/gdb/i386-gnu-nat.c +++ b/gdb/i386-gnu-nat.c @@ -230,7 +230,7 @@ i386_gnu_nat_target::store_registers (struct regcache *regcache, int regno) } /* Save the T bit. We might try to restore the %eflags register - below, but changing the T bit would seriously confuse GDB. */ + below, but changing the T bit would seriously confuse GDB. */ trace = ((struct i386_thread_state *)state)->efl & 0x100; if (!was_aborted && was_valid) |