VirtualBox

Changeset 2186 in vbox for trunk/src


Ignore:
Timestamp:
Apr 18, 2007 3:36:53 PM (18 years ago)
Author:
vboxsync
Message:

Corrected TRPMAssertTrap & TRPMQueryTrap wrappers.

File:
1 edited

Legend:

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

    r2008 r2186  
    780780    { REMPARMDESC_FLAGS_INT,        sizeof(PVM) },
    781781    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t) },
    782     { REMPARMDESC_FLAGS_INT,        sizeof(bool) }
     782    { REMPARMDESC_FLAGS_INT,        sizeof(TRPMEVENT) }
    783783};
    784784static const REMPARMDESC g_aArgsTRPMQueryTrap[] =
     
    786786    { REMPARMDESC_FLAGS_INT,        sizeof(PVM) },
    787787    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *) },
    788     { REMPARMDESC_FLAGS_INT,        sizeof(bool *) }
     788    { REMPARMDESC_FLAGS_INT,        sizeof(TRPMEVENT *) }
    789789};
    790790static const REMPARMDESC g_aArgsTRPMSetErrorCode[] =
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