Index: src/ia32/macro-assembler-ia32.h |
=================================================================== |
--- src/ia32/macro-assembler-ia32.h (revision 4955) |
+++ src/ia32/macro-assembler-ia32.h (working copy) |
@@ -390,12 +390,12 @@ |
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); |
// Call a runtime function, returning the CodeStub object called. |
// Try to generate the stub code if necessary. Do not perform a GC |
// but instead return a retry after GC failure. |
- Object* TryCallRuntime(Runtime::Function* f, int num_arguments); |
+ Object* TryCallRuntime(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); |