VirtualBox

Changeset 1120 in vbox


Ignore:
Timestamp:
Feb 28, 2007 5:43:36 PM (18 years ago)
Author:
vboxsync
Message:

another missing wrapper

File:
1 edited

Legend:

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

    r1117 r1120  
    557557    { REMPARMDESC_FLAGS_INT,        sizeof(uint32_t) }
    558558};
     559static const REMPARMDESC g_aArgsMMR3HeapAllocZ[] =
     560{
     561    { REMPARMDESC_FLAGS_INT,        sizeof(PVM) },
     562    { REMPARMDESC_FLAGS_INT,        sizeof(MMTAG) },
     563    { REMPARMDESC_FLAGS_INT,        sizeof(uint32_t) }
     564};
    559565static const REMPARMDESC g_aArgsPATMIsPatchGCAddr[] =
    560566{
     
    951957    { "IOMMMIOWrite",                           (void *)(uintptr_t)&IOMMMIOWrite,                   &g_aArgsIOMMMIOWrite[0],                    ELEMENTS(g_aArgsIOMMMIOWrite),                      REMFNDESC_FLAGS_RET_INT,    sizeof(int),        NULL },
    952958    { "MMR3HeapAlloc",                          (void *)(uintptr_t)&MMR3HeapAlloc,                  &g_aArgsMMR3HeapAlloc[0],                   ELEMENTS(g_aArgsMMR3HeapAlloc),                     REMFNDESC_FLAGS_RET_INT,    sizeof(void *),     NULL },
     959    { "MMR3HeapAllocZ",                         (void *)(uintptr_t)&MMR3HeapAllocZ,                 &g_aArgsMMR3HeapAllocZ[0],                  ELEMENTS(g_aArgsMMR3HeapAllocZ),                    REMFNDESC_FLAGS_RET_INT,    sizeof(void *),     NULL },
    953960    { "MMR3PhysGetRamSize",                     (void *)(uintptr_t)&MMR3PhysGetRamSize,             &g_aArgsVM[0],                              ELEMENTS(g_aArgsVM),                                REMFNDESC_FLAGS_RET_INT,    sizeof(uint64_t),   NULL },
    954961    { "PATMIsPatchGCAddr",                      (void *)(uintptr_t)&PATMIsPatchGCAddr,              &g_aArgsPATMIsPatchGCAddr[0],               ELEMENTS(g_aArgsPATMIsPatchGCAddr),                 REMFNDESC_FLAGS_RET_INT,    sizeof(bool),       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