From 9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 21 Sep 2015 22:37:59 -0400 Subject: [PATCH] print size suffix for swap --- lisc/parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lisc/parse.c b/lisc/parse.c index 7fbe1e0..10e1636 100644 --- 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,