VirtualBox

Changeset 11335 in vbox for trunk/src


Ignore:
Timestamp:
Aug 11, 2008 12:26:55 PM (16 years ago)
Author:
vboxsync
Message:

fix r34221

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r11285 r11335  
    51355135{
    51365136    static bool s_fExpandDone = false;
    5137     bool        f;
    51385137    int         rc;
    51395138    unsigned i;
     
    52035202                                   "VRamSize is too small, %#x, max %#x", pThis->vram_size, VGA_VRAM_MIN);
    52045203
    5205     rc = CFGMR3QueryBoolDef(pCfgHandle, "GCEnabled", &f, true);
     5204    rc = CFGMR3QueryBoolDef(pCfgHandle, "GCEnabled", &pThis->fGCEnabled, true);
    52065205    AssertLogRelRCReturn(rc, rc);
    5207     Log(("VGA: fGCEnabled=%d\n", pThis->fGCEnabled));
    5208 
    5209     rc = CFGMR3QueryBoolDef(pCfgHandle, "R0Enabled", &f, true);
     5206
     5207    rc = CFGMR3QueryBoolDef(pCfgHandle, "R0Enabled", &pThis->fR0Enabled, true);
    52105208    AssertLogRelRCReturn(rc, rc);
    52115209    Log(("VGA: VRamSize=%#x fGCenabled=%RTbool fR0Enabled=%RTbool\n", pThis->vram_size, pThis->fGCEnabled, pThis->fR0Enabled));
Note: See TracChangeset for help on using the changeset viewer.

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