VirtualBox

Changeset 9213 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 29, 2008 9:52:44 AM (17 years ago)
Author:
vboxsync
Message:

Assertion triggers with GC_ARCH_BITS == 32

File:
1 edited

Legend:

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

    r9212 r9213  
    52345234    rc = PDMDevHlpMMHyperMapMMIO2(pDevIns, 0 /* iRegion */, 0 /* off */,  VGA_MAPPING_SIZE, "VGA VRam", &pGCMapping);
    52355235    AssertMsgRC(rc, ("MMR3HyperMapGCPhys(%#x,) -> %Rrc\n", pData->vram_size, rc));
     5236#if GC_ARCH_BITS == 64
    52365237    Assert(!(pGCMapping >> 32ULL));
     5238#endif
    52375239    pData->vram_ptrGC = pGCMapping;
    52385240
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