- Timestamp:
- Dec 8, 2009 12:37:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r23468 r25237 534 534 { 535 535 pVCpu->vmm.s.iLastGZRc = VERR_RAW_MODE_INVALID_SMP; 536 ASMSetFlags(uFlags); 536 537 return; 537 538 } … … 541 542 { 542 543 pVCpu->vmm.s.iLastGZRc = VERR_PGM_NO_CR3_SHADOW_ROOT; 544 ASMSetFlags(uFlags); 543 545 return; 544 546 } … … 550 552 { 551 553 pVCpu->vmm.s.iLastGZRc = rc; 554 ASMSetFlags(uFlags); 552 555 return; 553 556 }
Note:
See TracChangeset
for help on using the changeset viewer.