Changeset 153 for trunk/src/os2ahci/libc.c
- Timestamp:
- Apr 3, 2013, 11:13:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/libc.c
r148 r153 375 375 vsprintf(buf, fmt, va); 376 376 377 if (debug && com_base != 0) {378 /* print the same message to COM1 as well */377 if (debug) { 378 /* print the same message to COM1/trace as well */ 379 379 printf("%s", buf); 380 380 }
Note:
See TracChangeset
for help on using the changeset viewer.