OSDN Git Service

2006-10-23 Dave Brolley <brolley@redhat.com>
[pf3gnuchains/pf3gnuchains4x.git] / sid / component / cgen-cpu / compCGEN.cxx
index d4993f4..c0ad71b 100644 (file)
@@ -249,7 +249,7 @@ cgen_bi_endian_cpu::cgen_print_address(bfd_vma addr, struct disassemble_info *in
 {
   cgen_bi_endian_cpu *thisp = static_cast<cgen_bi_endian_cpu *>(info->application_data);
 
-  thisp->trace_stream << hex << addr << dec;
+  thisp->trace_stream << "0x" << hex << addr << dec;
 
   if (cgen_symbol_at_address (addr, info))
     if (! thisp->symbol_at_address.empty ())