VirtualBox

Changeset 9212 in vbox for trunk/src/VBox/VMM/PDMDevice.cpp


Ignore:
Timestamp:
May 29, 2008 9:38:38 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31380
Message:

Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE for pointers valid in raw mode only (RTGCPTR32).

Disabled by default. Enable by adding VBOX_WITH_64_BITS_GUESTS to your LocalConfig.kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDevice.cpp

    r9148 r9212  
    609609     * Get the GC & R0 devhlps and create the devhlp R3 task queue.
    610610     */
    611     GCPTRTYPE(PCPDMDEVHLPGC) pDevHlpGC;
     611    RCPTRTYPE(PCPDMDEVHLPGC) pDevHlpGC;
    612612    int rc = PDMR3GetSymbolGC(pVM, NULL, "g_pdmGCDevHlp", &pDevHlpGC);
    613613    AssertReleaseRCReturn(rc, 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