Changeset 19076 in vbox for trunk/src/recompiler_new/VBoxREMWrapper.cpp
- Timestamp:
- Apr 21, 2009 1:20:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxREMWrapper.cpp
r19032 r19076 510 510 static const REMPARMDESC g_aArgsCPUMGetGuestCpuId[] = 511 511 { 512 { REMPARMDESC_FLAGS_INT, sizeof(PVM ), NULL },512 { REMPARMDESC_FLAGS_INT, sizeof(PVMCPU), NULL }, 513 513 { REMPARMDESC_FLAGS_INT, sizeof(uint32_t), NULL }, 514 514 { REMPARMDESC_FLAGS_INT, sizeof(uint32_t *), NULL },
Note:
See TracChangeset
for help on using the changeset viewer.