diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-21 22:37:59 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-21 22:37:59 -0400 |
commit | 9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe (patch) | |
tree | be9580c867b8a40f6469aee8124e834dd07f820b /lisc | |
parent | 95d9a335df2deb197ae9a74abc755694a7158462 (diff) | |
download | roux-9db3c3cf3ee2bf332e129fc878ecc5bf67ca5dfe.tar.gz |
print size suffix for swap
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/parse.c | 1 |
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, |