* i386-linux-nat.c: Add comment.

This commit is contained in:
Mark Kettenis
2003-12-26 15:42:58 +00:00
parent d6dc804979
commit 4ffc84662b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-12-26 Mark Kettenis <kettenis@gnu.org>
* i386-linux-nat.c: Add comment.
2003-12-26 Christopher Faylor <cgf@redhat.com> 2003-12-26 Christopher Faylor <cgf@redhat.com>
* win32-nat.c: Add some comments about below change. * win32-nat.c: Add some comments about below change.

View File

@ -641,6 +641,8 @@ store_inferior_registers (int regno)
} }
/* Support for debug registers. */
static unsigned long static unsigned long
i386_linux_dr_get (int regnum) i386_linux_dr_get (int regnum)
{ {