On Sat, Jul 09, 2022 at 01:44:10AM +0200, Alexander Hall wrote: > We currently do not explicitly set the value for Bflag. Since it's > a static variable it is initialized to 0, which just so conveniently > happen to match the default constant. > > So, this is technically a no-op since the value of the initial constant > is 0 anyway, but I do not think we should not rely on that.
OK kn
