summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
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 },