Closed PengZheng closed 5 years ago
Ah, yes, nice catch.
Weirdly github is doing something strange here - in the web ui your suggested change is clear enough. In the mail it sent me, it's formatted it as a patch... but gotten it the wrong way around, so it's suggesting changing it from your fixed version to what it is now.
I'd actually like to make this change slightly differently, let me see what I can do.
Ok, I think I've now fixed this in master.
bitmap_zero_range/bitmap_fill_range/bitmap_ffs doesn't work on 32bit platform, since long long is 64 bit while long is 32 bit. The build-in tests simply failed.
@dgibson @rustyrussell The fix is straight forward:
change from
to