Changeset 25409 in vbox for trunk/src/recompiler/VBoxREMWrapper.cpp
- Timestamp:
- Dec 15, 2009 3:04:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r23019 r25409 1264 1264 { "RTThreadSelf", (void *)(uintptr_t)&RTThreadSelf, NULL, 0, REMFNDESC_FLAGS_RET_INT, sizeof(RTTHREAD), NULL }, 1265 1265 { "RTThreadNativeSelf", (void *)(uintptr_t)&RTThreadNativeSelf, NULL, 0, REMFNDESC_FLAGS_RET_INT, sizeof(RTNATIVETHREAD), NULL }, 1266 { "RT ThreadGetWriteLockCount", (void *)(uintptr_t)&RTThreadGetWriteLockCount, &g_aArgsThread[0],0, REMFNDESC_FLAGS_RET_INT, sizeof(int32_t), NULL },1266 { "RTLockValidatorWriteLockGetCount", (void *)(uintptr_t)&RTLockValidatorWriteLockGetCount, &g_aArgsThread[0], 0, REMFNDESC_FLAGS_RET_INT, sizeof(int32_t), NULL }, 1267 1267 }; 1268 1268
Note:
See TracChangeset
for help on using the changeset viewer.