|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Wed Jun 29 16:55:41 CEST 2005
Subject: [openrisc] [or1ksim #117] Fix a TRACE
Hi,ChangeLog: * Print a '\n' at the end of the trace.
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./peripheral/16450.c /home/nog/or1ksim-ac/peripheral/16450.c --- ./peripheral/16450.c 2005-06-18 18:29:55.000000000 +0200 +++ /home/nog/or1ksim-ac/peripheral/16450.c 2005-06-11 19:33:47.000000000 +0200 @@ -687,7 +685,7 @@ uint8_t uart_read_byte(oraddr_t addr, vo for (i = 0; i < uart->istat.rxbuf_full; i++) TRACE("%02x ", uart->regs.rxbuf[(uart->istat.rxbuf_tail + i) % uart->fifo_len]); - TRACE(")"); + TRACE(")\n"); } if (uart->istat.rxbuf_full) { value = uart->regs.rxbuf[uart->istat.rxbuf_tail];
|
 |