| Index: src/x64/macro-assembler-x64.h
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.h (revision 4955)
|
| +++ src/x64/macro-assembler-x64.h (working copy)
|
| @@ -711,7 +711,7 @@
|
| void StubReturn(int argc);
|
|
|
| // Call a runtime routine.
|
| - void CallRuntime(Runtime::Function* f, int num_arguments);
|
| + void CallRuntime(const Runtime::Function* f, int num_arguments);
|
|
|
| // Convenience function: Same as above, but takes the fid instead.
|
| void CallRuntime(Runtime::FunctionId id, int num_arguments);
|
|
|