VirtualBox

Changeset 46219 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 22, 2013 2:21:20 PM (12 years ago)
Author:
vboxsync
Message:

copy&past fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFCpu.cpp

    r46217 r46219  
    100100    AssertReturn(idCpu < pUVM->pVM->cCpus, false);
    101101
    102     CPUMMODE fIn64BitCode;
     102    bool fIn64BitCode;
    103103    int rc = VMR3ReqPriorityCallWaitU(pUVM, idCpu, (PFNRT)dbgfR3CpuIn64BitCode, 3, pUVM->pVM, idCpu, &fIn64BitCode);
    104104    if (RT_FAILURE(rc))
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