diff options
Diffstat (limited to 'utils/vc/reg.c')
| -rw-r--r-- | utils/vc/reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/vc/reg.c b/utils/vc/reg.c index c0d294c9..bde52df0 100644 --- a/utils/vc/reg.c +++ b/utils/vc/reg.c @@ -1112,6 +1112,7 @@ RtoB(int r) return 1L << (r-3); } +int BtoR(long b) { |
