summaryrefslogtreecommitdiff
path: root/utils/vc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vc')
-rw-r--r--utils/vc/peep.c2
-rw-r--r--utils/vc/reg.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/vc/peep.c b/utils/vc/peep.c
index a9a43da4..1feff699 100644
--- a/utils/vc/peep.c
+++ b/utils/vc/peep.c
@@ -410,7 +410,7 @@ copyu(Prog *p, Adr *v, Adr *s)
default:
if(debug['P'])
- print(" (???)");
+ print(" (?)");
return 2;
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)
{