VirtualBox

Changeset 78 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 16, 2007 5:32:03 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17519
Message:

64-bit

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r23 r78  
    8383
    8484
    85 #ifndef __AMD64__
     85#if 1///@todo ndef __AMD64__
    8686/*
    8787 * Shadow - 32-bit mode
  • trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp

    r23 r78  
    499499                    goto failure;
    500500
    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
    502502#ifdef IN_GC
    503503                rc = MMGCRamRead(pVM, &Desc, pGdtEntry, sizeof(Desc));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette