diff options
Diffstat (limited to 'opcodes/dlx-dis.c')
-rw-r--r-- | opcodes/dlx-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/dlx-dis.c b/opcodes/dlx-dis.c index 7e6853c..459ff63 100644 --- a/opcodes/dlx-dis.c +++ b/opcodes/dlx-dis.c @@ -295,7 +295,7 @@ dlx_aluI_type (struct disassemble_info* info) { OPC(SGTUIOP), "sgtui" }, /* Store word. */ { OPC(SLEUIOP), "sleui" }, /* Store word. */ { OPC(SGEUIOP), "sgeui" }, /* Store word. */ -#if 0 +#if 0 { OPC(MVTSOP), "mvts" }, /* Store word. */ { OPC(MVFSOP), "mvfs" }, /* Store word. */ #endif |