| Index: src/s390/simulator-s390.h
|
| diff --git a/src/s390/simulator-s390.h b/src/s390/simulator-s390.h
|
| index f8d0d565896c7ac2e5796b35955d492d73af42bf..1bdcf0b957eb040fb1d1489bba0d86d69c7d5849 100644
|
| --- a/src/s390/simulator-s390.h
|
| +++ b/src/s390/simulator-s390.h
|
| @@ -316,6 +316,7 @@ class Simulator {
|
| bool DecodeSixByte(Instruction* instr);
|
| bool DecodeSixByteArithmetic(Instruction* instr);
|
| bool S390InstructionDecode(Instruction* instr);
|
| + void DecodeSixByteBitShift(Instruction* instr);
|
|
|
| // Used by the CL**BR instructions.
|
| template <typename T1, typename T2>
|
|
|