Ignore:
Timestamp:
Apr 14, 2011, 7:32:42 PM (14 years ago)
Author:
David Azarewicz
Message:

merge interrupt fixes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/debug.c

    r519 r550  
    4141char hextab[]="0123456789ABCDEF";
    4242
     43DBGINT DbgInt;
    4344                                        //-------------------- DecLongToASCII -
    4445char * DecLongToASCII(char *StrPtr, ULONG lDecVal,USHORT Option)
     
    391392}
    392393
     394void DbgPrintIrq(void) {
     395        rprintf(("Init=%ld/%ld Between=%ld/%ld Complete=%ld/%ld",
     396                DbgInt.ulIntServiced[0], DbgInt.ulIntUnserviced[0],
     397                DbgInt.ulIntServiced[1], DbgInt.ulIntUnserviced[1],
     398                DbgInt.ulIntServiced[2], DbgInt.ulIntUnserviced[2]));
     399}
     400
Note: See TracChangeset for help on using the changeset viewer.