--- nono/lib/testatomic.cpp 2026/04/29 17:04:34 1.1.1.3 +++ nono/lib/testatomic.cpp 2026/04/29 17:04:49 1.1.1.4 @@ -141,7 +141,7 @@ test4_cons(void *arg) do { result += __atomic_exchange_8(&shared, 0, ATOMIC_TYPE); } while (terminate == 0); - // + // result += __atomic_exchange_8(&shared, 0, ATOMIC_TYPE); return NULL; }