Changeset 78 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 16, 2007 5:32:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17519
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r23 r78 83 83 84 84 85 #if ndef __AMD64__85 #if 1///@todo ndef __AMD64__ 86 86 /* 87 87 * Shadow - 32-bit mode -
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r23 r78 499 499 goto failure; 500 500 501 pGdtEntry = (RTGCPTR) &((VBOXDESC *)gdtr.pGdt)[GuestIdte.Gen.u16SegSel >> X86_SEL_SHIFT];501 pGdtEntry = (RTGCPTR)(uintptr_t)&((VBOXDESC *)gdtr.pGdt)[GuestIdte.Gen.u16SegSel >> X86_SEL_SHIFT]; /// @todo fix this 502 502 #ifdef IN_GC 503 503 rc = MMGCRamRead(pVM, &Desc, pGdtEntry, sizeof(Desc));
Note:
See TracChangeset
for help on using the changeset viewer.