VirtualBox

Changeset 1100 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Feb 28, 2007 11:41:56 AM (18 years ago)
Author:
vboxsync
Message:

Added wrapper for REMR3NotifyPhysRamChunkRegister

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/VBoxREMWrapper.cpp

    r942 r1100  
    382382    { REMPARMDESC_FLAGS_INT,        sizeof(unsigned) }
    383383};
     384static const REMPARMDESC g_aArgsNotifyPhysRamChunkRegister[] =
     385{
     386    { REMPARMDESC_FLAGS_INT,        sizeof(PVM) },
     387    { REMPARMDESC_FLAGS_GCPHYS,     sizeof(RTGCPHYS) },
     388    { REMPARMDESC_FLAGS_INT,        sizeof(RTUINT) },
     389    { REMPARMDESC_FLAGS_INT,        sizeof(void *) },
     390    { REMPARMDESC_FLAGS_INT,        sizeof(unsigned) }
     391};
    384392static const REMPARMDESC g_aArgsNotifyPhysReserve[] =
    385393{
     
    886894    { "REMR3ReplayHandlerNotifications",        (void *)&pfnREMR3ReplayHandlerNotifications,        &g_aArgsVM[0],                              ELEMENTS(g_aArgsVM),                                REMFNDESC_FLAGS_RET_VOID,   0,              NULL },
    887895    { "REMR3NotifyPhysRamRegister",             (void *)&pfnREMR3NotifyPhysRamRegister,             &g_aArgsNotifyPhysRamRegister[0],           ELEMENTS(g_aArgsNotifyPhysRamRegister),             REMFNDESC_FLAGS_RET_VOID,   0,              NULL },
     896    { "REMR3NotifyPhysRamChunkRegister",        (void *)&pfnREMR3NotifyPhysRamChunkRegister,        &g_aArgsNotifyPhysRamChunkRegister[0],      ELEMENTS(g_aArgsNotifyPhysRamChunkRegister),        REMFNDESC_FLAGS_RET_VOID,   0,              NULL },
    888897    { "REMR3NotifyPhysReserve",                 (void *)&pfnREMR3NotifyPhysReserve,                 &g_aArgsNotifyPhysReserve[0],               ELEMENTS(g_aArgsNotifyPhysReserve),                 REMFNDESC_FLAGS_RET_VOID,   0,              NULL },
    889898    { "REMR3NotifyPhysRomRegister",             (void *)&pfnREMR3NotifyPhysRomRegister,             &g_aArgsNotifyPhysRomRegister[0],           ELEMENTS(g_aArgsNotifyPhysRomRegister),             REMFNDESC_FLAGS_RET_VOID,   0,              NULL },
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