Changeset 57237 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Aug 7, 2015 10:24:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r56985 r57237 2508 2508 /* Update CR2 in case it's a page-fault. */ 2509 2509 /** @todo This should probably be done much earlier in IEM/PGM. See 2510 * @bugref{5653 } comment #49. */2510 * @bugref{5653#c49}. */ 2511 2511 if (fFlags & IEM_XCPT_FLAGS_CR2) 2512 2512 pCtx->cr2 = uCr2;
Note:
See TracChangeset
for help on using the changeset viewer.