summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-09-28 07:20:45 +0000
committerHui Zhu <teawater@gmail.com>2009-09-28 07:20:45 +0000
commitc81485b689a07dad8890db3c7288c7e5e5be7c50 (patch)
tree03b8527aa20433c83dff01edec7cf39b7f47edf9 /gdb/i386-tdep.c
parent8d8490f268a6efd9436f9bca4105e6c6fd82e9cf (diff)
downloadgdb-c81485b689a07dad8890db3c7288c7e5e5be7c50.tar.gz
2009-09-28 Hui Zhu <teawater@gmail.com>
* i386-tdep.c (i386_process_record): Remove "0x" that don't need.
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r--gdb/i386-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c
index ab628c41f09..b79bcd29bef 100644
--- a/gdb/i386-tdep.c
+++ b/gdb/i386-tdep.c
@@ -4043,7 +4043,7 @@ reswitch:
if (ir.override >= 0)
{
warning (_("Process record ignores the memory change "
- "of instruction at address 0x%s because "
+ "of instruction at address %s because "
"it can't get the value of the segment "
"register."),
paddress (gdbarch, ir.orig_addr));
@@ -4468,7 +4468,7 @@ reswitch:
{
/* addr += ((uint32_t) read_register (I386_ES_REGNUM)) << 4; */
warning (_("Process record ignores the memory "
- "change of instruction at address 0x%s "
+ "change of instruction at address %s "
"because it can't get the value of the "
"ES segment register."),
paddress (gdbarch, ir.orig_addr));