Changeset 18338 in vbox for trunk/src/VBox
- Timestamp:
- Mar 26, 2009 6:15:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r18082 r18338 143 143 * Disassembles one instruction. 144 144 * 145 * @returns VBox status code, see SELMToFlatEx and EMInterpretDisasOneEx for 146 * details. 147 * @retval VERR_INTERNAL_ERROR on DISCoreOneEx failure. 148 * 145 149 * @param pVM The VM handle. 146 150 * @param pCtxCore The context core (used for both the mode and instruction). … … 166 170 * 167 171 * This is used by internally by the interpreter and by trap/access handlers. 172 * 173 * @returns VBox status code. 174 * @retval VERR_INTERNAL_ERROR on DISCoreOneEx failure. 168 175 * 169 176 * @param pVM The VM handle.
Note:
See TracChangeset
for help on using the changeset viewer.