Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-codegen-ia32.cc (revision 6692) |
| +++ src/ia32/lithium-codegen-ia32.cc (working copy) |
| @@ -1881,7 +1881,7 @@ |
| } |
| __ mov(esp, ebp); |
| __ pop(ebp); |
| - __ ret((ParameterCount() + 1) * kPointerSize); |
| + __ Ret((ParameterCount() + 1) * kPointerSize, ecx); |
| } |