- 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:
@@ -233,7 +233,7 @@ void dbg_handler(struct xcptcontext * xcp)
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
leave_isr = 0;
|
leave_isr = 0;
|
||||||
switch(readchar())
|
switch(readchar(0))
|
||||||
{
|
{
|
||||||
case 'g':
|
case 'g':
|
||||||
leave_isr = 1;
|
leave_isr = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user