mirror of
git://c9x.me/qbe.git
synced 2026-04-06 02:19:47 +00:00
print size suffix for swap
This commit is contained in:
parent
95d9a335df
commit
9db3c3cf3e
@ -814,6 +814,7 @@ printfn(Fn *fn, FILE *f)
|
|||||||
};
|
};
|
||||||
static char prcls[NOp] = {
|
static char prcls[NOp] = {
|
||||||
[OArg] = 1,
|
[OArg] = 1,
|
||||||
|
[OSwap] = 1,
|
||||||
[OXCmp] = 1,
|
[OXCmp] = 1,
|
||||||
[OXTest] = 1,
|
[OXTest] = 1,
|
||||||
[OXPush] = 1,
|
[OXPush] = 1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user