Chromium Code Reviews| Index: src/mips/macro-assembler-mips.h |
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
| index 62d3aa81d497ad4362b83458ddb6a2fdfd8bf10a..4585037cae73f0bdbfa40344d88d272a3f027ae1 100644 |
| --- a/src/mips/macro-assembler-mips.h |
| +++ b/src/mips/macro-assembler-mips.h |
| @@ -1665,6 +1665,7 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
| bool generating_stub_; |
| bool has_frame_; |
| + bool has_double_zero_reg_set; |
|
paul.l...
2014/10/10 17:35:20
You need a trailing underscore on this var: has_do
|
| // This handle will be patched with the code object on installation. |
| Handle<Object> code_object_; |