]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/5c/reg.c
abaco: cleanup, handle image/x-icon, don't use backspace as a hotkey, and remove...
[plan9front.git] / sys / src / cmd / 5c / reg.c
old mode 100755 (executable)
new mode 100644 (file)
index 43c7871..a27b714
@@ -1125,7 +1125,7 @@ RtoB(int r)
 int
 BtoR(long b)
 {
-       b &= 0x01fcL;
+       b &= 0x01fcL;   // excluded R9 and R10 for m and g
        if(b == 0)
                return 0;
        return bitno(b);