Changeset 108718 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Mar 24, 2025 2:56:08 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r108654 r108718 3109 3109 static int64_t volatile s_i64; 3110 3110 #if defined(RTASM_HAVE_CMP_WRITE_U128) || defined(RTASM_HAVE_CMP_XCHG_U128) 3111 static RTUINT128U volatile s_u128; 3111 /* Some clang versions fail to align it automatically causing a crash in ASMAtomicCmpXchgU128v2() called through ASMAtomicUoReadU128() on darwin.amd64 */ 3112 RT_ALIGNAS_VAR(16) static RTUINT128U volatile s_u128; 3112 3113 #endif 3113 3114 static uint8_t s_u8Old;
Note:
See TracChangeset
for help on using the changeset viewer.