VirtualBox

Changeset 2004 in vbox for trunk


Ignore:
Timestamp:
Apr 10, 2007 10:11:46 AM (18 years ago)
Author:
vboxsync
Message:

Another attempt at fixing the 64 bits build.

File:
1 edited

Legend:

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

    r2002 r2004  
    5050*   Structures and Typedefs                                                    *
    5151*******************************************************************************/
    52 typedef EMDECL(uint32_t) PFN_EMULATE_PARAM2(uint32_t *pu32Param1, uint32_t val2);
     52typedef EMDECL(uint32_t) PFN_EMULATE_PARAM2_UINT32(uint32_t *pu32Param1, uint32_t val2);
     53typedef EMDECL(uint32_t) PFN_EMULATE_PARAM2(uint32_t *pu32Param1, size_t val2);
    5354typedef EMDECL(uint32_t) PFN_EMULATE_PARAM3(uint32_t *pu32Param1, uint32_t val2, size_t val3);
    5455
     
    484485 */
    485486static int emInterpretIncDec(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize,
    486                              PFN_EMULATE_PARAM2 pfnEmulate)
     487                             PFN_EMULATE_PARAM2_UINT32 pfnEmulate)
    487488{
    488489    OP_PARAMVAL param1;
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