Chromium Code Reviews| Index: runtime/vm/assembler_arm.h |
| =================================================================== |
| --- runtime/vm/assembler_arm.h (revision 18843) |
| +++ runtime/vm/assembler_arm.h (working copy) |
| @@ -73,7 +73,7 @@ |
| class ShifterOperand : public ValueObject { |
| public: |
| // Data-processing operands - Uninitialized. |
| - ShifterOperand() : type_(-1) { } |
| + ShifterOperand() : type_(-1), encoding_(-1) { } |
| // Data-processing operands - Copy constructor. |
| ShifterOperand(const ShifterOperand& other) |