mirror of
git://c9x.me/qbe.git
synced 2026-04-06 02:19:47 +00:00
use isstore() in parser
This commit is contained in:
parent
4be29d4030
commit
e400e177b6
@ -478,7 +478,7 @@ parseline(PState ps)
|
||||
err("label or } expected");
|
||||
switch (t) {
|
||||
default:
|
||||
if (OStored <= t && t <= OStoreb) {
|
||||
if (isstore(t)) {
|
||||
/* operations without result */
|
||||
r = R;
|
||||
k = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user