- Timestamp:
- Apr 30, 2015 6:06:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r55572 r55573 97 97 va_end(va); 98 98 99 #ifdef IN_GUEST 100 /* Give things a chance to close down. */ 101 ASMBreakpoint(); 102 #else 99 103 /* Dump core or activate the debugger in debug builds. */ 100 104 AssertFailed(); 101 102 #ifdef IN_GUEST103 /* Give things a chance to close down. */104 //raise(SIGTERM);105 //exit(1);106 ASMBreakpoint();107 105 #endif 108 106 }
Note:
See TracChangeset
for help on using the changeset viewer.