Changeset 549 for GPL/trunk/lib32/debug.c
- Timestamp:
- Apr 13, 2011, 7:59:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/debug.c
r518 r549 41 41 char hextab[]="0123456789ABCDEF"; 42 42 43 DBGINT DbgInt; 43 44 //-------------------- DecLongToASCII - 44 45 char * DecLongToASCII(char *StrPtr, ULONG lDecVal,USHORT Option) … … 391 392 } 392 393 394 void 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.