Chromium Code Reviews| Index: src/arm/assembler-arm.h |
| =================================================================== |
| --- src/arm/assembler-arm.h (revision 4001) |
| +++ src/arm/assembler-arm.h (working copy) |
| @@ -1009,6 +1009,7 @@ |
| inline void CheckBuffer(); |
| void GrowBuffer(); |
| inline void emit(Instr x); |
| + inline void emit_int32(int32_t x); |
| // Instruction generation |
| void addrmod1(Instr instr, Register rn, Register rd, const Operand& x); |