fixed braino in changelog entry for replacement of "switches" with "options"
[deliverable/binutils-gdb.git] / opcodes / alpha-opc.c
index d5f0314449ebaf6f97a43285e95881370916c8cb..7a20a55d95cc3c30d351a4ccd6f1c0954e47b6db 100644 (file)
@@ -542,7 +542,8 @@ const struct alpha_opcode alpha_opcodes[] = {
   { "lda",             MEM(0x08), BASE, ARG_MEM },
   { "ldah",            MEM(0x09), BASE, ARG_MEM },
   { "ldbu",            MEM(0x0A), BWX, ARG_MEM },
-  { "unop",            MEM(0x0B), BASE, { ZA } },              /* pseudo */
+  { "unop",            MEM_(0x0B) | (30 << 16),
+                       MEM_MASK, BASE, { ZA } },               /* pseudo */
   { "ldq_u",           MEM(0x0B), BASE, ARG_MEM },
   { "ldwu",            MEM(0x0C), BWX, ARG_MEM },
   { "stw",             MEM(0x0D), BWX, ARG_MEM },
This page took 0.023987 seconds and 4 git commands to generate.