|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Sun May 29 17:50:08 CEST 2005
Subject: [openrisc] [or1ksim #96] Uart test verbosity
Hi,This is clearing out my tree more than anything else. I found this usefull so someone else may aswell.
ChangeLog: * Print more verbose ouput.
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./testbench/acv_uart.c ../or1ksim-ac/testbench/acv_uart.c --- ./testbench/acv_uart.c 2002-09-12 16:44:30.000000000 +0200 +++ ../or1ksim-ac/testbench/acv_uart.c 2005-05-27 12:50:54.000000000 +0200 @@ -107,7 +109,7 @@ void interrupt_handler () case 0x2: printf ("THR empty.\n"); break; case 0x0: printf ("Modem Status.\n"); break; default: - printf ("Invalid iir @ %i\n", __LINE__); + printf ("Invalid iir %x @ %i\n", int_iir, __LINE__); exit (1); } mtspr(SPR_PICSR, 0);
|
 |