Chromium Code Reviews| Index: src/arm/codegen-arm-inl.h |
| =================================================================== |
| --- src/arm/codegen-arm-inl.h (revision 6414) |
| +++ src/arm/codegen-arm-inl.h (working copy) |
| @@ -39,7 +39,7 @@ |
| // Platform-specific inline functions. |
| void DeferredCode::Jump() { __ jmp(&entry_label_); } |
| -void DeferredCode::Branch(Condition cc) { __ b(cc, &entry_label_); } |
| +void DeferredCode::Branch(Condition cond) { __ b(cond, &entry_label_); } |
| #undef __ |