Index: src/s390/disasm-s390.cc |
diff --git a/src/s390/disasm-s390.cc b/src/s390/disasm-s390.cc |
index 5617fa07e13aa317557b913feeaf5934b6355267..f6d05c1aef4dbf85223be24c2100f19f94aae158 100644 |
--- a/src/s390/disasm-s390.cc |
+++ b/src/s390/disasm-s390.cc |
@@ -766,6 +766,9 @@ bool Decoder::DecodeFourByte(Instruction* instr) { |
case MLGR: |
Format(instr, "mlgr\t'r5,'r6"); |
break; |
+ case ALCR: |
+ Format(instr, "alcr\t'r5,'r6"); |
+ break; |
case ALGR: |
Format(instr, "algr\t'r5,'r6"); |
break; |