Changeset 12296 in vbox
- Timestamp:
- Sep 9, 2008 1:53:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r12295 r12296 607 607 { 608 608 { REMPARMDESC_FLAGS_INT, sizeof(PVM), NULL }, 609 { REMPARMDESC_FLAGS_ GCPTR, sizeof(RTGCPTR), NULL }609 { REMPARMDESC_FLAGS_INT, sizeof(RTRCPTR), NULL } 610 610 }; 611 611 static const REMPARMDESC g_aArgsPATMR3QueryOpcode[] = 612 612 { 613 613 { REMPARMDESC_FLAGS_INT, sizeof(PVM), NULL }, 614 { REMPARMDESC_FLAGS_ GCPTR, sizeof(RTGCPTR), NULL },614 { REMPARMDESC_FLAGS_INT, sizeof(RTRCPTR), NULL }, 615 615 { REMPARMDESC_FLAGS_INT, sizeof(uint8_t *), NULL } 616 616 };
Note:
See TracChangeset
for help on using the changeset viewer.