Changeset 18992 in vbox for trunk/src/recompiler_new/VBoxREMWrapper.cpp
- Timestamp:
- Apr 17, 2009 1:51:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxREMWrapper.cpp
r18988 r18992 727 727 static const REMPARMDESC g_aArgsPGMInvalidatePage[] = 728 728 { 729 { REMPARMDESC_FLAGS_INT, sizeof(PVM), NULL },730 729 { REMPARMDESC_FLAGS_INT, sizeof(PVMCPU), NULL }, 731 730 { REMPARMDESC_FLAGS_GCPTR, sizeof(RTGCPTR), NULL } … … 771 770 static const REMPARMDESC g_aArgsPGMChangeMode[] = 772 771 { 773 { REMPARMDESC_FLAGS_INT, sizeof(PVM), NULL },774 772 { REMPARMDESC_FLAGS_INT, sizeof(PVMCPU), NULL }, 775 773 { REMPARMDESC_FLAGS_INT, sizeof(uint64_t), NULL }, … … 779 777 static const REMPARMDESC g_aArgsPGMFlushTLB[] = 780 778 { 781 { REMPARMDESC_FLAGS_INT, sizeof(PVM), NULL },782 779 { REMPARMDESC_FLAGS_INT, sizeof(PVMCPU), NULL }, 783 780 { REMPARMDESC_FLAGS_INT, sizeof(uint64_t), NULL },
Note:
See TracChangeset
for help on using the changeset viewer.