| Index: src/ia32/macro-assembler-ia32.cc
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.cc (revision 2967)
|
| +++ src/ia32/macro-assembler-ia32.cc (working copy)
|
| @@ -903,11 +903,11 @@
|
| // should remove this need and make the runtime routine entry code
|
| // smarter.
|
| Set(eax, Immediate(num_arguments));
|
| - JumpToBuiltin(ext);
|
| + JumpToRuntime(ext);
|
| }
|
|
|
|
|
| -void MacroAssembler::JumpToBuiltin(const ExternalReference& ext) {
|
| +void MacroAssembler::JumpToRuntime(const ExternalReference& ext) {
|
| // Set the entry point and jump to the C entry runtime stub.
|
| mov(ebx, Immediate(ext));
|
| CEntryStub ces(1);
|
|
|