| Index: src/s390/disasm-s390.cc
|
| diff --git a/src/s390/disasm-s390.cc b/src/s390/disasm-s390.cc
|
| index 0eaf8254ffbadd146b1b8ec131db7c90665d0d81..f877f03dd8c739c7d1161054ac999934fdad8916 100644
|
| --- a/src/s390/disasm-s390.cc
|
| +++ b/src/s390/disasm-s390.cc
|
| @@ -1059,7 +1059,7 @@ bool Decoder::DecodeSixByte(Instruction* instr) {
|
| case opcode_name: \
|
| Format(instr, #name "\t'f1,'f2,'f3"); \
|
| break;
|
| - VRR_A_OPCODE_LIST(DECODE_VRR_C_INSTRUCTIONS)
|
| + S390_VRR_C_OPCODE_LIST(DECODE_VRR_C_INSTRUCTIONS)
|
| #undef DECODE_VRR_C_INSTRUCTIONS
|
| case LLILF:
|
| Format(instr, "llilf\t'r1,'i7");
|
|
|