From 559617855a841ebe0dda3ec7f36daf7b36b33d38 Mon Sep 17 00:00:00 2001
From: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 17 Sep 2015 19:52:29 -0400
Subject: [PATCH] pretty print OPar os parn

---
 lisc/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/parse.c b/lisc/parse.c
index 7df7c91..5bb3292 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -39,7 +39,7 @@ OpDesc opdesc[NOp] = {
 	[OXCmp]   = { "xcmp",   1 },
 	[OXTest]  = { "xtest",  1 },
 	[OAddr]   = { "addr",   0 },
-	[OPar]    = { "par",    0 },
+	[OPar]    = { "parn",   0 },
 	[OParc]   = { "parc",   0 },
 	[OArg]    = { "arg",    0 },
 	[OArgc]   = { "argc",   0 },