# MutantHub mutant #2186: Arithmetic operator mutation at asmap.cpp:108
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/util/asmap.cpp:108-108
# Review: APPROVED; outcome: KILLED
--- a/src/util/asmap.cpp
+++ b/src/util/asmap.cpp
@@ -108,1 +108,1 @@
-                val += bit << (*bit_sizes_it - 1 - b); // Big-endian within the class
+                val += bit << (*bit_sizes_it + 1 - b); // Big-endian within the class
