Changeset 95074 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2022 1:38:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r95072 r95074 1449 1449 1450 1450 #if ARCH_BITS == 32 1451 *pu32 = 29; 1451 1452 void * volatile *ppv = (void * volatile *)pu32; 1452 1453 CHECK_OP_AND_VAL_EX(bool, "%d", "%p", ppv, ASMAtomicCmpXchgPtrVoid(ppv, NULL, (void *)(intptr_t)-29), false, (void *)(intptr_t)29);
Note:
See TracChangeset
for help on using the changeset viewer.