Chromium Code Reviews| Index: src/macro-assembler-ia32.h |
| =================================================================== |
| --- src/macro-assembler-ia32.h (revision 485) |
| +++ src/macro-assembler-ia32.h (working copy) |
| @@ -200,7 +200,7 @@ |
| // Runtime calls |
| // Call a code stub. |
| - void CallStub(CodeStub* stub); |
| + void CallStub(CodeStub* stub, RelocInfo::Mode mode = RelocInfo::CODE_TARGET); |
| // Return from a code stub after popping its arguments. |
| void StubReturn(int argc); |