commit e3b8ea4904deec4fb071ef2f8433cafca26c9b7c
parent a69fe2c6c53ecad229c4477d541721084bba02df
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Sun, 9 Aug 2015 16:42:12 -0400
parse variants of store
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/parse.c b/lisc/parse.c
@@ -365,7 +365,7 @@ parseline(PState ps)
err("label or end of file expected");
switch (t) {
default:
- if (t == OStore || t == OCopy) {
+ if (t == OStore || t == OStores || t == OStoreb) {
/* operations without result */
r = R;
op = t;