VirtualBox

Changeset 41530 in vbox


Ignore:
Timestamp:
May 31, 2012 5:28:34 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78293
Message:

Config.kmk: New bios on linux as well.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r41526 r41530  
    458458VBOX_WITH_SCSI = 1
    459459# Enable the new BIOS code.
    460 if1of ($(KBUILD_TARGET), darwin win) # freebsd linux solaris)
     460if1of ($(KBUILD_TARGET), darwin linux win) # freebsd linux solaris)
    461461 VBOX_WITH_NEW_BIOS = 1
    462462endif
  • trunk/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp

    r28800 r41530  
    3535RTDECL(bool) RTAssertShouldPanic(void)
    3636{
    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!) */
    3838    return false;
    3939#else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette