VirtualBox

Changeset 12296 in vbox


Ignore:
Timestamp:
Sep 9, 2008 1:53:29 PM (16 years ago)
Author:
vboxsync
Message:

More wrong function parameter descriptions

File:
1 edited

Legend:

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

    r12295 r12296  
    607607{
    608608    { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    609     { REMPARMDESC_FLAGS_GCPTR,      sizeof(RTGCPTR), NULL }
     609    { REMPARMDESC_FLAGS_INT,        sizeof(RTRCPTR), NULL }
    610610};
    611611static const REMPARMDESC g_aArgsPATMR3QueryOpcode[] =
    612612{
    613613    { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    614     { REMPARMDESC_FLAGS_GCPTR,      sizeof(RTGCPTR), NULL },
     614    { REMPARMDESC_FLAGS_INT,        sizeof(RTRCPTR), NULL },
    615615    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *), NULL }
    616616};
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