+2009-09-28 Hui Zhu <teawater@gmail.com>
+
+ * i386-tdep.c (i386_process_record): Remove "0x" that
+ don't need.
+
2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
* s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
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));
{
/* 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));