summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-21 22:37:59 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-21 22:37:59 -0400
commit9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe (patch)
treebe9580c867b8a40f6469aee8124e834dd07f820b /lisc
parent95d9a335df2deb197ae9a74abc755694a7158462 (diff)
downloadroux-9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe.tar.gz
print size suffix for swap
Diffstat (limited to 'lisc')
-rw-r--r--lisc/parse.c1
1 files changed, 1 insertions, 0 deletions
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,