summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 10:18:03 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 10:18:03 -0500
commit5097cf1d42e0778991e6c8874b4c46d83297fbf3 (patch)
treecfb5d96dba384dd9eaecf24cd51d86e1f37ffc7e /lisc/parse.c
parente198fe6c40f745a3a94a52debe187a6a5c2d3ba5 (diff)
downloadroux-5097cf1d42e0778991e6c8874b4c46d83297fbf3.tar.gz
stores becomes storeh
Diffstat (limited to 'lisc/parse.c')
-rw-r--r--lisc/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index a5c6040..9384b4b 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -11,7 +11,7 @@ OpDesc opdesc[NOp] = {
 	[OAnd]    = { "and",    2 },
 	[OStorel] = { "storel", 0 },
 	[OStorew] = { "storew", 0 },
-	[OStores] = { "stores", 0 },
+	[OStoreh] = { "storeh", 0 },
 	[OStoreb] = { "storeb", 0 },
 	[OCopy]   = { "copy",   1 },
 	[ONop]    = { "nop",    0 },