Changeset 52066 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 17, 2014 7:02:33 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r52041 r52066 2990 2990 { 2991 2991 /* 2992 * First, clear NMI inhibitionbefore causing any exceptions.2992 * First, clear NMI blocking, if any, before causing any exceptions. 2993 2993 */ 2994 2994 PVMCPU pVCpu = IEMCPU_TO_VMCPU(pIemCpu); 2995 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_ INHIBIT_NMIS);2995 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_BLOCK_NMIS); 2996 2996 2997 2997 /*
Note:
See TracChangeset
for help on using the changeset viewer.