Fixed incorrect disassembly mnemonic.

This commit is contained in:
Daniel Beer 2010-03-21 11:38:42 +13:00
parent 39338c5a73
commit 982ac20147
1 changed files with 1 additions and 1 deletions

2
dis.c
View File

@ -443,7 +443,7 @@ static const char *msp_op_name(msp430_op_t op)
} ops[] = {
/* Single operand */
{MSP430_OP_RRC, "RRC"},
{MSP430_OP_RRC, "SWPB"},
{MSP430_OP_SWPB, "SWPB"},
{MSP430_OP_RRA, "RRA"},
{MSP430_OP_SXT, "SXT"},
{MSP430_OP_PUSH, "PUSH"},