Chromium Code Reviews| Index: runtime/vm/simulator_arm64.h |
| =================================================================== |
| --- runtime/vm/simulator_arm64.h (revision 34984) |
| +++ runtime/vm/simulator_arm64.h (working copy) |
| @@ -160,6 +160,8 @@ |
| int64_t DecodeShiftExtendOperand(Instr* instr); |
| + bool ConditionallyExecute(Instr* instr); |
| + |
| // Decode instructions. |
| void InstructionDecode(Instr* instr); |
| #define DECODE_OP(op) \ |