VirtualBox

Changeset 18719 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 5, 2009 1:48:16 PM (16 years ago)
Author:
vboxsync
Message:

MMR3HyperMapPages: break, not return.

File:
1 edited

Legend:

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

    r18718 r18719  
    588588                {
    589589                    rc = PGMMap(pVM, GCPtr + (i << PAGE_SHIFT), paHCPhysPages[i], PAGE_SIZE, 0);
    590                     AssertRCReturn(rc, rc);
     590                    AssertRCBreak(rc);
    591591                }
    592592            }
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