mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
parse variants of store
This commit is contained in:
parent
a69fe2c6c5
commit
e3b8ea4904
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user