Changeset 52866 in vbox
- Timestamp:
- Sep 26, 2014 9:39:53 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r52859 r52866 882 882 * @param enmBranch The kind of branching we're performing. 883 883 * @param enmEffOpSize The effective operand size. 884 * @param pDesc The descriptor corr sponding to @a uSel. The type is884 * @param pDesc The descriptor corresponding to @a uSel. The type is 885 885 * task gate. 886 886 */ … … 925 925 * @param enmBranch The kind of branching we're performing. 926 926 * @param enmEffOpSize The effective operand size. 927 * @param pDesc The descriptor corr sponding to @a uSel. The type is927 * @param pDesc The descriptor corresponding to @a uSel. The type is 928 928 * task gate. 929 929 */ … … 994 994 * @param enmBranch The kind of branching we're performing. 995 995 * @param enmEffOpSize The effective operand size. 996 * @param pDesc The descriptor corr sponding to @a uSel. The type is996 * @param pDesc The descriptor corresponding to @a uSel. The type is 997 997 * call gate. 998 998 */ … … 1010 1010 * @param enmBranch The kind of branching we're performing. 1011 1011 * @param enmEffOpSize The effective operand size. 1012 * @param pDesc The descriptor corr sponding to @a uSel.1012 * @param pDesc The descriptor corresponding to @a uSel. 1013 1013 */ 1014 1014 IEM_CIMPL_DEF_4(iemCImpl_BranchSysSel, uint16_t, uSel, IEMBRANCH, enmBranch, IEMMODE, enmEffOpSize, PIEMSELDESC, pDesc)
Note:
See TracChangeset
for help on using the changeset viewer.