OSDN Git Service

2003-08-21 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Fri, 29 Aug 2003 19:26:22 +0000 (19:26 +0000)
committerbrolley <brolley>
Fri, 29 Aug 2003 19:26:22 +0000 (19:26 +0000)
        * compCGEN.cxx (end_trace): Call end_line.

sid/component/cgen-cpu/ChangeLog
sid/component/cgen-cpu/compCGEN.cxx

index 290f97f..5e6259c 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-21  Dave Brolley  <brolley@redhat.com>
+
+       * compCGEN.cxx (end_trace): Call end_line.
+
 2003-06-17  Doug Evans  <dje@sebabeach.org>
 
        * Makefile.am (cgen-all): Exit early if file generation fails.
index 3e2fae3..378c5f6 100644 (file)
@@ -250,7 +250,7 @@ cgen_bi_endian_cpu::begin_trace (PCADDR pc, const char* insn_name)
 void
 cgen_bi_endian_cpu::end_trace ()
 {
-  this->trace_stream << endl;
+  trace_stream.end_line ();
 }
 
 // Counter support