Skip to content

Commit d0709f9

Browse files
authored
just checking asserts
1 parent 87f6647 commit d0709f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/threading.h

+2
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ template<int d_expected_size, int d_padded_size> struct alignas(64) mpz {
219219
//if c_mpz.data wasn't reallocated, it has to point to this instance's data and not some other instance's data
220220
//if mpz_swap was used, this might be violated
221221
assert((uint64(c_mpz._mp_d)&63)==16 || c_mpz._mp_d==data);
222+
# just checking what this shows and that it gets hit
223+
assert(false);
222224
mpz_clear(&c_mpz);
223225
}
224226

0 commit comments

Comments
 (0)