Changeset 55714 in vbox
- Timestamp:
- May 7, 2015 12:01:21 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r55510 r55714 377 377 || pDis->pCurInstr->uOpcode == OP_VMMCALL) 378 378 { 379 uint8_t abHypercall[3];380 379 if ( pDis->pCurInstr->uOpcode != pKvm->uOpCodeNative 381 380 && HMIsEnabled(pVM)) 382 381 { 382 uint8_t abHypercall[3]; 383 383 size_t cbWritten = 0; 384 384 rc = VMMPatchHypercall(pVM, &abHypercall, sizeof(abHypercall), &cbWritten);
Note:
See TracChangeset
for help on using the changeset viewer.