mirror of
git://c9x.me/qbe.git
synced 2026-04-06 10:29:46 +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");
|
err("label or end of file expected");
|
||||||
switch (t) {
|
switch (t) {
|
||||||
default:
|
default:
|
||||||
if (t == OStore || t == OCopy) {
|
if (t == OStore || t == OStores || t == OStoreb) {
|
||||||
/* operations without result */
|
/* operations without result */
|
||||||
r = R;
|
r = R;
|
||||||
op = t;
|
op = t;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user