VirtualBox

Changeset 9154 in vbox for trunk/src/VBox/VMM/CPUM.cpp


Ignore:
Timestamp:
May 27, 2008 11:33:58 AM (17 years ago)
Author:
vboxsync
Message:

Corrected code that doesn't compile with GC_ARCH_BITS=64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r8889 r9154  
    16841684 *                      In this context it's always pointer to the Core of a DBGFDISASSTATE.
    16851685 */
    1686 static DECLCALLBACK(int) cpumR3DisasInstrRead(RTHCUINTPTR PtrSrc, uint8_t *pu8Dst, uint32_t cbRead, void *uDisCpu)
     1686static DECLCALLBACK(int) cpumR3DisasInstrRead(RTUINTPTR PtrSrc, uint8_t *pu8Dst, uint32_t cbRead, void *uDisCpu)
    16871687{
    16881688    PDISCPUSTATE pCpu = (PDISCPUSTATE)uDisCpu;
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