VirtualBox

Changeset 44577 in vbox for trunk


Ignore:
Timestamp:
Feb 7, 2013 8:47:20 AM (12 years ago)
Author:
vboxsync
Message:

Minor stuff: fix typo in comment and Log() argument.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r44528 r44577  
    859859
    860860/**
    861  * Disable VT-x or AMD-V on the current CPU
     861 * Enable VT-x or AMD-V on the current CPU
    862862 *
    863863 * @returns VBox status code.
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r44394 r44577  
    13691369    pCtx->rip           = 0;
    13701370
    1371     Log(("vmmR3SendSipi for VCPU %d with vector %x\n", uVector));
     1371    Log(("vmmR3SendSipi for VCPU %d with vector %x\n", idCpu, uVector));
    13721372
    13731373# if 1 /* If we keep the EMSTATE_WAIT_SIPI method, then move this to EM.cpp. */
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