VirtualBox

Changeset 1417 in vbox


Ignore:
Timestamp:
Mar 12, 2007 12:08:37 PM (18 years ago)
Author:
vboxsync
Message:

Adjusted comment.

File:
1 edited

Legend:

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

    r1187 r1417  
    11281128    if (VBOX_SUCCESS(rc))
    11291129    {
    1130         VMR3Relocate(pVM, 0); /* paranoia */
     1130        /* Not paranoia anymore; the saved guest might use different hypervisor selectors. We must call VMR3Relocate. */
     1131        VMR3Relocate(pVM, 0);
    11311132        vmR3SetState(pVM, VMSTATE_SUSPENDED);
    11321133    }
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