Changeset 26701 in vbox
- Timestamp:
- Feb 23, 2010 1:25:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26700 r26701 1935 1935 /* Can happen in the guest SMP case; other VCPU activated this PDE while we were blocking to handle the page fault. */ 1936 1936 if (PdeDst.n.u1Size) 1937 { 1938 Assert(HWACCMIsNestedPagingActive(pVM)); 1939 Log(("CPU%d: SyncPage: Pde (big) at %RGv changed behind our back!\n", GCPtrPage)); 1937 1940 return VINF_SUCCESS; 1941 } 1938 1942 1939 1943 Assert(cPages == 1 || !(uErr & X86_TRAP_PF_P));
Note:
See TracChangeset
for help on using the changeset viewer.