VirtualBox

Changeset 2174 in vbox for trunk


Ignore:
Timestamp:
Apr 18, 2007 1:22:49 PM (18 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r2173 r2174  
    10091009     * (Too bad if the guest is trying to single step too.)
    10101010     */
    1011     if (fGuest)
    1012         CPUMSetGuestEFlags(pVM, CPUMGetGuestEFlags(pVM) & ~X86_EFL_TF);
    1013     else
    1014         CPUMSetHyperEFlags(pVM, CPUMGetHyperEFlags(pVM) & ~X86_EFL_TF);
     1011    CPUMSetGuestEFlags(pVM, CPUMGetGuestEFlags(pVM) & ~X86_EFL_TF);
    10151012
    10161013    /*
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