diff options
Diffstat (limited to 'lisc/tools/pmov.c')
-rw-r--r-- | lisc/tools/pmov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/tools/pmov.c b/lisc/tools/pmov.c index 13714c3..71856e0 100644 --- a/lisc/tools/pmov.c +++ b/lisc/tools/pmov.c @@ -50,10 +50,10 @@ main() for (t=0; t<NReg; t++) switch ((tm >> (2*t)) & 3) { case 0: - /* not in copy, not in use */ + /* not in copy, not in reg */ break; case 1: - /* not in copy, in use */ + /* not in copy, in reg */ radd(&mbeg, Tmp0+t, t+1); break; case 2: |