Changeset 39070 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Oct 21, 2011 9:41:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r38077 r39070 587 587 *******************************************************************************/ 588 588 static VBOXSTRICTRC iemRaiseTaskSwitchFaultCurrentTSS(PIEMCPU pIemCpu); 589 static VBOXSTRICTRC iemRaiseSelectorNotPresent(PIEMCPU pIemCpu, uint32_t iSegReg, uint32_t fAccess); 589 /*static VBOXSTRICTRC iemRaiseSelectorNotPresent(PIEMCPU pIemCpu, uint32_t iSegReg, uint32_t fAccess);*/ 590 590 static VBOXSTRICTRC iemRaiseSelectorNotPresentBySelector(PIEMCPU pIemCpu, uint16_t uSel); 591 591 static VBOXSTRICTRC iemRaiseSelectorNotPresentWithErr(PIEMCPU pIemCpu, uint16_t uErr); … … 2023 2023 2024 2024 2025 #ifdef SOME_UNUSED_FUNCTION 2025 2026 /** \#TS(err) - 0a. */ 2026 2027 DECL_NO_INLINE(static, VBOXSTRICTRC) iemRaiseTaskSwitchFaultWithErr(PIEMCPU pIemCpu, uint16_t uErr) … … 2028 2029 return iemRaiseXcptOrInt(pIemCpu, 0, X86_XCPT_TS, IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_ERR, uErr, 0); 2029 2030 } 2031 #endif 2030 2032 2031 2033 … … 3747 3749 3748 3750 3751 #ifdef SOME_UNUSED_FUNCTION 3749 3752 /** 3750 3753 * Fetches a data dword and sign extends it to a qword. … … 3773 3776 return rc; 3774 3777 } 3778 #endif 3775 3779 3776 3780 … … 4196 4200 4197 4201 4202 #ifdef SOME_UNUSED_FUNCTION 4198 4203 /** 4199 4204 * Pushes a dword onto the stack, using a temporary stack pointer. … … 4226 4231 return rc; 4227 4232 } 4233 #endif 4228 4234 4229 4235
Note:
See TracChangeset
for help on using the changeset viewer.