Changeset 41530 in vbox
- Timestamp:
- May 31, 2012 5:28:34 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78293
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r41526 r41530 458 458 VBOX_WITH_SCSI = 1 459 459 # Enable the new BIOS code. 460 if1of ($(KBUILD_TARGET), darwin win) # freebsd linux solaris)460 if1of ($(KBUILD_TARGET), darwin linux win) # freebsd linux solaris) 461 461 VBOX_WITH_NEW_BIOS = 1 462 462 endif -
trunk/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp
r28800 r41530 35 35 RTDECL(bool) RTAssertShouldPanic(void) 36 36 { 37 #if 0/* Enable this to not panic on assertions. (Make sure this code is used!) */37 #if 1 /* Enable this to not panic on assertions. (Make sure this code is used!) */ 38 38 return false; 39 39 #else
Note:
See TracChangeset
for help on using the changeset viewer.