VirtualBox

Changeset 5377 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 18, 2007 3:15:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25456
Message:

Enabled the GC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r5310 r5377  
    826826    rc = CFGMR3QueryBool(pCfgHandle, "GCEnabled", &fGCEnabled);
    827827    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    828         fGCEnabled = false/*true*/; /** @todo later when we've got more than 15-30 switches to save. */
     828        fGCEnabled = true;
    829829    else if (VBOX_FAILURE(rc))
    830830        return PDMDEV_SET_ERROR(pDevIns, rc,
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