Changeset 59096 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 11, 2015 3:16:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
r58390 r59096 1029 1029 * Update RIP and perform the hypercall. 1030 1030 */ 1031 /** @todo pre-incrementing of RIP will break when we implement continuing hypercalls. */ 1031 1032 pCtx->rip += pDis->cbInstr; 1032 1033 rc = gimHvHypercall(pVCpu, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.