VirtualBox

Ignore:
Timestamp:
Jan 11, 2010 4:23:26 PM (15 years ago)
Author:
vboxsync
Message:

PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)

File:
1 edited

Legend:

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

    r25642 r25732  
    727727    { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    728728    { REMPARMDESC_FLAGS_INT,        sizeof(PPDMCRITSECT), NULL },
    729     { REMPARMDESC_FLAGS_INT,        sizeof(char *), NULL }
     729    /* RT_SRC_POS_DECL */
     730    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL },
     731    { REMPARMDESC_FLAGS_INT,        sizeof(unsigned int), NULL },
     732    { REMPARMDESC_FLAGS_INT,        sizeof(const char *), NULL },
     733    { REMPARMDESC_FLAGS_INT,        sizeof(char *), NULL },
     734    { REMPARMDESC_FLAGS_ELLIPSIS,   0 }
    730735};
    731736static const REMPARMDESC g_aArgsPDMCritSectEnter[] =
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