Changeset 25536 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Dec 21, 2009 11:06:08 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c
r25530 r25536 54 54 55 55 56 void rtR0AssertNativeMsg2V( const char *pszFormat, va_list va)56 void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) 57 57 { 58 58 char szMsg[256]; … … 61 61 szMsg[sizeof(szMsg) - 1] = '\0'; 62 62 printk("%s", szMsg); 63 64 NOREF(fInitial); 63 65 } 64 66
Note:
See TracChangeset
for help on using the changeset viewer.