Changeset 65191 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 7, 2017 10:39:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r65174 r65191 11206 11206 /** Updates the FSW, FOP, FPUIP, and FPUCS, and then pops the stack twice. */ 11207 11207 #define IEM_MC_UPDATE_FSW_THEN_POP_POP(a_u16FSW) \ 11208 iemFpuUpdateFSWThenPop (pVCpu, a_u16FSW)11208 iemFpuUpdateFSWThenPopPop(pVCpu, a_u16FSW) 11209 11209 11210 11210 /** Raises a FPU stack underflow exception. Sets FPUIP, FPUCS and FOP. */
Note:
See TracChangeset
for help on using the changeset viewer.