Changeset 104512 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 3, 2024 3:08:25 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 163035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r104511 r104512 8365 8365 /* If the GCM #DE exception handler didn't succeed or wasn't needed, raise #DE. */ 8366 8366 if (RT_FAILURE(rc)) 8367 {8368 8367 hmR0SvmSetPendingXcptDE(pVCpu); 8369 rc = VINF_SUCCESS;8370 }8371 8368 8372 8369 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuestDE); 8373 return rc;8370 return VINF_SUCCESS; 8374 8371 } 8375 8372
Note:
See TracChangeset
for help on using the changeset viewer.