Changeset 60882 in vbox
- Timestamp:
- May 8, 2016 3:35:21 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r60874 r60882 11056 11056 DECLINLINE(VBOXSTRICTRC) iemRCRawMaybeReenter(PIEMCPU pIemCpu, PVMCPU pVCpu, PCPUMCTX pCtx, VBOXSTRICTRC rcStrict) 11057 11057 { 11058 if (!pIemCpu->fInPatchCode) 11058 if ( !pIemCpu->fInPatchCode 11059 && rcStrict == VINF_SUCCESS) 11059 11060 CPUMRawEnter(pVCpu); 11060 11061 return rcStrict;
Note:
See TracChangeset
for help on using the changeset viewer.