- Timestamp:
- Apr 18, 2007 1:22:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2173 r2174 1009 1009 * (Too bad if the guest is trying to single step too.) 1010 1010 */ 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); 1015 1012 1016 1013 /*
Note:
See TracChangeset
for help on using the changeset viewer.