* alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo

disassembly mask.
This commit is contained in:
Richard Henderson 2002-02-15 21:00:45 +00:00
parent 8656e7d8b6
commit 8bf7d691eb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-02-15 Richard Henderson <rth@redhat.com>
* alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
disassembly mask.
2002-02-15 Richard Henderson <rth@redhat.com> 2002-02-15 Richard Henderson <rth@redhat.com>
* alpha-opc.c (alpha_opcodes): Add simple pseudos for * alpha-opc.c (alpha_opcodes): Add simple pseudos for

View File

@ -1125,7 +1125,7 @@ const struct alpha_opcode alpha_opcodes[] = {
{ "jmp", MBR(0x1A,0), BASE, { RA, CPRB, JMPHINT } }, { "jmp", MBR(0x1A,0), BASE, { RA, CPRB, JMPHINT } },
{ "jsr", MBR(0x1A,1), BASE, { RA, CPRB, JMPHINT } }, { "jsr", MBR(0x1A,1), BASE, { RA, CPRB, JMPHINT } },
{ "ret", MBR_(0x1A,2) | (31 << 21) | (26 << 16) | 1,/* pseudo */ { "ret", MBR_(0x1A,2) | (31 << 21) | (26 << 16) | 1,/* pseudo */
MBR_MASK, BASE, { 0 } }, 0xFFFFFFFF, BASE, { 0 } },
{ "ret", MBR(0x1A,2), BASE, { RA, CPRB, RETHINT } }, { "ret", MBR(0x1A,2), BASE, { RA, CPRB, RETHINT } },
{ "jcr", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } }, /* alias */ { "jcr", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } }, /* alias */
{ "jsr_coroutine", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } }, { "jsr_coroutine", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } },