Chromium Code Reviews| Index: src/arm/macro-assembler-arm.h |
| =================================================================== |
| --- src/arm/macro-assembler-arm.h (revision 2758) |
| +++ src/arm/macro-assembler-arm.h (working copy) |
| @@ -231,7 +231,7 @@ |
| // Runtime calls |
| // Call a code stub. |
| - void CallStub(CodeStub* stub); |
| + void CallStub(CodeStub* stub, Condition cond = al); |
| void CallJSExitStub(CodeStub* stub); |
| // Return from a code stub after popping its arguments. |