Changeset 27108 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 5, 2010 3:57:53 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r27038 r27108 1926 1926 { 1927 1927 AssertMsg(pVM->cCpus > 1, ("Unexpected missing PDE %RX64\n", (uint64_t)PdeDst.u)); 1928 Log(("CPU%d: SyncPage: Pde at %RGv changed behind our back!\n", GCPtrPage));1928 Log(("CPU%d: SyncPage: Pde at %RGv changed behind our back!\n", pVCpu->idCpu, GCPtrPage)); 1929 1929 return VINF_SUCCESS; /* force the instruction to be executed again. */ 1930 1930 } … … 1934 1934 { 1935 1935 Assert(HWACCMIsNestedPagingActive(pVM)); 1936 Log(("CPU%d: SyncPage: Pde (big ) at %RGv changed behind our back!\n", GCPtrPage));1936 Log(("CPU%d: SyncPage: Pde (big:%RX64) at %RGv changed behind our back!\n", pVCpu->idCpu, PdeDst.u, GCPtrPage)); 1937 1937 return VINF_SUCCESS; 1938 1938 }
Note:
See TracChangeset
for help on using the changeset viewer.