VirtualBox

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


Ignore:
Timestamp:
Sep 11, 2013 5:36:23 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Comment and doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r48370 r48442  
    14861486                {
    14871487                    AssertMsgFailed(("Illegal enabling of paging with CS.u1Long = 1!!\n"));
    1488                     return VERR_EM_INTERPRETER; /* @todo generate #GP(0) */
     1488                    return VERR_EM_INTERPRETER; /** @todo generate #GP(0) */
    14891489                }
    14901490
     
    14931493                {
    14941494                    AssertMsgFailed(("Illegal enabling of paging with PAE disabled!!\n"));
    1495                     return VERR_EM_INTERPRETER; /* @todo generate #GP(0) */
     1495                    return VERR_EM_INTERPRETER; /** @todo generate #GP(0) */
    14961496                }
    14971497                msrEFER |= MSR_K6_EFER_LMA;
     
    15021502            {
    15031503                msrEFER &= ~MSR_K6_EFER_LMA;
    1504                 /* @todo Do we need to cut off rip here? High dword of rip is undefined, so it shouldn't really matter. */
     1504                /** @todo Do we need to cut off rip here? High dword of rip is undefined, so it shouldn't really matter. */
    15051505            }
    15061506            CPUMSetGuestEFER(pVCpu, msrEFER);
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