Chromium Code Reviews| Index: src/x64/ic-x64.cc |
| =================================================================== |
| --- src/x64/ic-x64.cc (revision 2786) |
| +++ src/x64/ic-x64.cc (working copy) |
| @@ -849,7 +849,7 @@ |
| // Check that the receiver is a valid JS object. |
| __ CmpObjectType(rax, FIRST_JS_OBJECT_TYPE, rbx); |
| - __ j(less, &miss); |
| + __ j(below, &miss); |
| // If this assert fails, we have to check upper bound too. |
| ASSERT(LAST_TYPE == JS_FUNCTION_TYPE); |