Changeset 1321 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Mar 8, 2007 10:07:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r1312 r1321 702 702 #endif 703 703 704 STAM_PROFILE_ADV_START(&pVM->trpm.s.StatTrap0dDisasm, a);705 706 704 /* We always set IOPL to zero which makes e.g. pushf fault in V86 mode. The guest might use IOPL=3 and therefor not expect a #GP. 707 705 * Simply fall back to the recompiler to emulate this instruction. … … 709 707 if (pRegFrame->eflags.Bits.u1VM) 710 708 { 711 STAM_PROFILE_ADV_STOP(&pVM->trpm.s.StatTrap0dDisasm, a);712 713 709 /* Retrieve the eflags including the virtualized bits. */ 714 710 /** @note hackish as the cpumctxcore structure doesn't contain the right value */ … … 725 721 } 726 722 723 STAM_PROFILE_ADV_START(&pVM->trpm.s.StatTrap0dDisasm, a); 727 724 /* 728 725 * Decode the instruction.
Note:
See TracChangeset
for help on using the changeset viewer.