- 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
This commit is contained in:
2009-11-06 20:43:56 +00:00
parent 012623b603
commit 877ad05014
+1 -1
View File
@@ -233,7 +233,7 @@ void dbg_handler(struct xcptcontext * xcp)
do
{
leave_isr = 0;
switch(readchar())
switch(readchar(0))
{
case 'g':
leave_isr = 1;