Changeset 72586 in vbox for trunk/src/VBox
- Timestamp:
- Jun 17, 2018 3:43:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r72581 r72586 13675 13675 * @return Strict VBox status code. 13676 13676 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 13677 * @param pVCpu The cross context virtual CPU structure of the calling thread.13678 13677 * @param fExecuteInhibit If set, execute the instruction following CLI, 13679 13678 * POP SS and MOV SS,GR. 13679 * @param pszFunction The calling function name. 13680 13680 */ 13681 13681 DECLINLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit, const char *pszFunction)
Note:
See TracChangeset
for help on using the changeset viewer.