Changeset 085bd54 in mainline for klog/klog.c
- Timestamp:
- 2006-06-06T15:16:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63bb83e
- Parents:
- d7eafd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
klog/klog.c
rd7eafd8 r085bd54 41 41 int i; 42 42 43 // psthread_serialize_start();43 async_serialize_start(); 44 44 /* TODO: remove workaround around non-functional vsnprintf */ 45 45 for (i=0; klog[i + IPC_GET_ARG2(*call)] && i < IPC_GET_ARG3(*call); i++) 46 46 putchar(klog[i + IPC_GET_ARG2(*call)]); 47 47 putchar('\n'); 48 // psthread_serialize_done();48 async_serialize_end(); 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.