diff options
Diffstat (limited to 'gdb/nlm/i386.c')
-rw-r--r-- | gdb/nlm/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nlm/i386.c b/gdb/nlm/i386.c index b8ab480..8fc6b1d 100644 --- a/gdb/nlm/i386.c +++ b/gdb/nlm/i386.c @@ -92,7 +92,7 @@ do_status (char *ptr, struct StackFrame *frame) ptr = mem2hex (&frame->ExceptionESP, ptr + 3, 4, 0); *ptr++ = ';'; - sprintf (ptr, "%02x:", FP_REGNUM); + sprintf (ptr, "%02x:", DEPRECATED_FP_REGNUM); ptr = mem2hex (&frame->ExceptionEBP, ptr + 3, 4, 0); *ptr++ = ';'; |