2006-06-22 Joel Sherrill <joel@OARcorp.com>

PR 1100/bsps
	* console/debugputs.c: Remove redundant return.
This commit is contained in:
Joel Sherrill
2006-06-22 18:54:46 +00:00
parent e5f55a1008
commit 026e4793ef
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-06-22 Joel Sherrill <joel@OARcorp.com>
PR 1100/bsps
* console/debugputs.c: Remove redundant return.
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.

View File

@@ -62,7 +62,6 @@ int console_inbyte_nonblocking( int port )
if ((UStat & ERC32_MEC_UART_STATUS_DRA) == 0)
return -1;
return (int) ERC32_MEC.UART_Channel_A;
return 1;
case 1:
if (UStat & ERC32_MEC_UART_STATUS_ERRB) {