Changeset 26711 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Feb 23, 2010 2:29:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26701 r26711 1930 1930 } 1931 1931 1932 PPGMPOOLPAGE pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK);1933 PSHWPT pPTDst = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage);1934 1935 1932 /* Can happen in the guest SMP case; other VCPU activated this PDE while we were blocking to handle the page fault. */ 1936 1933 if (PdeDst.n.u1Size) … … 1940 1937 return VINF_SUCCESS; 1941 1938 } 1939 1940 PPGMPOOLPAGE pShwPage = pgmPoolGetPage(pPool, PdeDst.u & SHW_PDE_PG_MASK); 1941 PSHWPT pPTDst = (PSHWPT)PGMPOOL_PAGE_2_PTR(pVM, pShwPage); 1942 1942 1943 1943 Assert(cPages == 1 || !(uErr & X86_TRAP_PF_P));
Note:
See TracChangeset
for help on using the changeset viewer.