Changeset 93838 in vbox
- Timestamp:
- Feb 18, 2022 11:33:19 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r93837 r93838 1708 1708 } 1709 1709 1710 1711 #ifdef RTASM_HAVE_CMP_XCHG_U128 1710 1712 DECLINLINE(void) tstASMAtomicCmpXchgU128Worker(RTUINT128U volatile *pu128) 1711 1713 { … … 1796 1798 CHECKVAL128_C(&u128Old, 0x78039485960543, 0x97058437294586); 1797 1799 } 1800 #endif /* RTASM_HAVE_CMP_XCHG_U128 */ 1798 1801 1799 1802
Note:
See TracChangeset
for help on using the changeset viewer.