VirtualBox

Changeset 17660 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 11, 2009 8:18:09 AM (16 years ago)
Author:
vboxsync
Message:

PGM: Saved state hacking, fA20Enabled is now bool, shadow ROM bug fix, and mapping chunk limit correction for 32-bit hosts.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r17644 r17660  
    42864286
    42874287#  ifdef IN_RC
    4288     /** NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */
     4288    /* NOTE: We can't deal with jumps to ring 3 here as we're now in an inconsistent state! */
    42894289    bool fLog = VMMGCLogDisable(pVM);
    42904290#  endif
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r17534 r17660  
    144144{
    145145    LogFlow(("PGMPhysIsA20Enabled %d\n", pVM->pgm.s.fA20Enabled));
    146     return !!pVM->pgm.s.fA20Enabled ; /* stupid MS compiler doesn't trust me. */
     146    return pVM->pgm.s.fA20Enabled;
    147147}
    148148
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