Chromium Code Reviews| Index: src/s390/disasm-s390.cc |
| diff --git a/src/s390/disasm-s390.cc b/src/s390/disasm-s390.cc |
| index c8d52f1b230442040f65b30b106093ab9c717bf3..accc152eddca34d60adbc207aeab75363ec09ea8 100644 |
| --- a/src/s390/disasm-s390.cc |
| +++ b/src/s390/disasm-s390.cc |
| @@ -994,6 +994,9 @@ bool Decoder::DecodeFourByte(Instruction* instr) { |
| case LCDBR: |
| Format(instr, "lcdbr\t'f5,'f6"); |
| break; |
| + case LCEBR: |
| + Format(instr, "lcebr\t'f5,'f6"); |
| + break; |
| case STH: |
| Format(instr, "sth\t'r1,'d1('r2d,'r3)"); |
| break; |