summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lisc/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index 3b19aaa..d4a0a22 100644
--- 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;