LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    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
    Top
    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];

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.