commit 9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe parent 95d9a335df2deb197ae9a74abc755694a7158462 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Mon, 21 Sep 2015 22:37:59 -0400 print size suffix for swap Diffstat:
| M | lisc/parse.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lisc/parse.c b/lisc/parse.c @@ -814,6 +814,7 @@ printfn(Fn *fn, FILE *f) }; static char prcls[NOp] = { [OArg] = 1, + [OSwap] = 1, [OXCmp] = 1, [OXTest] = 1, [OXPush] = 1,