From 877ad050149fc154b3b0fe39e9b3bca9f24fc81e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 6 Nov 2009 20:43:56 +0000 Subject: [PATCH] - due to changes in libsys.c, readchar() has now a port parameter Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@622 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/bsp/examples/dbg.c b/lib/CPUs/MIPS/bsp/examples/dbg.c index 5f038e9..66cde00 100644 --- a/lib/CPUs/MIPS/bsp/examples/dbg.c +++ b/lib/CPUs/MIPS/bsp/examples/dbg.c @@ -233,7 +233,7 @@ void dbg_handler(struct xcptcontext * xcp) do { leave_isr = 0; - switch(readchar()) + switch(readchar(0)) { case 'g': leave_isr = 1;