summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcuml.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-05-22 05:19:16 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-05-22 05:19:16 +0000
commitd5ff8c002aa9b4fb27d2e21e15f7d9e12765a43a (patch)
tree2ce9bff80d49be8600f391fa0fff492c012c39a5 /src/emu/cpu/drcuml.h
parentf4523617ed2d5212b02362c6ac9b12e4ada47f7e (diff)
Cleanups and version bump.
Diffstat (limited to 'src/emu/cpu/drcuml.h')
-rw-r--r--src/emu/cpu/drcuml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/drcuml.h b/src/emu/cpu/drcuml.h
index 918850bac98..df3d4a5c7fb 100644
--- a/src/emu/cpu/drcuml.h
+++ b/src/emu/cpu/drcuml.h
@@ -231,7 +231,7 @@ enum _drcuml_opcode
DRCUML_OP_TEST, /* TEST src1,src2[,f] */
DRCUML_OP_OR, /* OR dst,src1,src2[,f] */
DRCUML_OP_XOR, /* XOR dst,src1,src2[,f] */
- DRCUML_OP_LZCNT, /* LZCNT dst,src */
+ DRCUML_OP_LZCNT, /* LZCNT dst,src */
DRCUML_OP_SHL, /* SHL dst,src,count[,f] */
DRCUML_OP_SHR, /* SHR dst,src,count[,f] */
DRCUML_OP_SAR, /* SAR dst,src,count[,f] */