diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-16 11:00:49 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-16 11:00:49 -0400 |
commit | 567c18398f7c35ec3527a6a1245a95774dcbf0a2 (patch) | |
tree | a969227ff09727c85996ac76baed56ffbca05c12 | |
parent | 6cba2db94922c6542d0de7e4f4d4a2323a6d9981 (diff) | |
download | roux-567c18398f7c35ec3527a6a1245a95774dcbf0a2.tar.gz |
refine comment of OpDesc.sflag
-rw-r--r-- | lisc/lisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 281eada..9a627a8 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -303,7 +303,7 @@ struct OpDesc { char *name; int nmem; char argcls[2][4]; - uint sflag:1; /* sets flags */ + uint sflag:1; /* sets the zero flag */ uint lflag:1; /* leaves flags */ }; |