--- src/kernel/recint/rfiddling.h.orig 2021-12-14 10:00:03 UTC +++ src/kernel/recint/rfiddling.h @@ -167,7 +167,7 @@ namespace RecInt template inline rint rint::maxFFLAS() { rint max; - set_highest_bit(max.Low.Value); + set_highest_bit(max.Value.Low); return max; }