- Timestamp:
- Sep 22, 2007 12:44:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r4831 r4985 1363 1363 1364 1364 /** Runtime assert implementation for Linux Ring-0. */ 1365 RTDECL(bool) RTAssertDoBreakpoint(void) 1366 { 1367 return true; 1368 } 1369 1370 1371 /** Runtime assert implementation for Linux Ring-0. */ 1365 1372 RTDECL(void) AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) 1366 1373 {
Note:
See TracChangeset
for help on using the changeset viewer.