VirtualBox

Changeset 4697 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 11, 2007 11:13:15 AM (17 years ago)
Author:
vboxsync
Message:

Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r4071 r4697  
    7575     * @param   uUser           The user argument.
    7676     */
    77     DECLCALLBACKMEMBER(int, pfnHandler)(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser);
     77    DECLGCCALLBACKMEMBER(int, pfnHandler, (PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser));
    7878    /** Whatever the handler desires to put here. */
    7979    uintptr_t uUser;
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