- Timestamp:
- Apr 18, 2007 1:46:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2174 r2177 992 992 * Set flags for single stepping. 993 993 */ 994 CPUMSetGuestEFlags(pVM, CPUMGetGuestEFlags(pVM) | X86_EFL_TF );994 CPUMSetGuestEFlags(pVM, CPUMGetGuestEFlags(pVM) | X86_EFL_TF | X86_EFL_RF); 995 995 996 996 /*
Note:
See TracChangeset
for help on using the changeset viewer.