VirtualBox

Changeset 111 in vbox for trunk


Ignore:
Timestamp:
Jan 17, 2007 4:02:33 PM (18 years ago)
Author:
vboxsync
Message:

64-bit

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMA.asm

    r110 r111  
    4040
    4141BEGINCODE
     42
     43ifdef __AMD64__
     44 BITS 32 ; switch to 32-bit mode (x86).
     45endif
    4246
    4347%ifdef VBOX_WITH_STATISTICS
  • trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp

    r110 r111  
    683683                return VINF_EM_RAW_EMULATE_INSTR;
    684684            }
    685             rc = DISCoreOne(&cpu, (RTGCUINTPTR)&pRec->patch.aPrivInstr[0], &cbOp);
     685            rc = DISCoreOne(&cpu, (RTUINTPTR)&pRec->patch.aPrivInstr[0], &cbOp);
    686686            if (VBOX_FAILURE(rc))
    687687            {
Note: See TracChangeset for help on using the changeset viewer.

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