VirtualBox

Ignore:
Timestamp:
Mar 28, 2008 8:25:54 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29114
Message:

better fix for r29105 (see #2680): Make PGM3PhysGrowRange() take PCRTGCPHYS not RTGCPHYS to be able to call it with VMR3ReqCall()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r6546 r7613  
    25582558
    25592559    Log(("remR3GrowDynRange %VGp\n", physaddr));
    2560     rc = PGM3PhysGrowRange(pVM, (RTGCPHYS)physaddr);
     2560    RTGCPHYS GCPhys = physaddr;
     2561    rc = PGM3PhysGrowRange(pVM, &GCPhys);
    25612562    if (VBOX_SUCCESS(rc))
    25622563        return;
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