VirtualBox

Ignore:
Timestamp:
Apr 17, 2009 1:51:56 PM (16 years ago)
Author:
vboxsync
Message:

More PGM api changes

File:
1 edited

Legend:

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

    r18988 r18992  
    727727static const REMPARMDESC g_aArgsPGMInvalidatePage[] =
    728728{
    729     { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    730729    { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU), NULL },
    731730    { REMPARMDESC_FLAGS_GCPTR,      sizeof(RTGCPTR), NULL }
     
    771770static const REMPARMDESC g_aArgsPGMChangeMode[] =
    772771{
    773     { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    774772    { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU), NULL },
    775773    { REMPARMDESC_FLAGS_INT,        sizeof(uint64_t), NULL },
     
    779777static const REMPARMDESC g_aArgsPGMFlushTLB[] =
    780778{
    781     { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    782779    { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU), NULL },
    783780    { REMPARMDESC_FLAGS_INT,        sizeof(uint64_t), 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