| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 2533)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -3379,7 +3379,7 @@
|
| // functions to make sure they have 'Function' as their class.
|
|
|
| __ CmpObjectType(obj.reg(), FIRST_JS_OBJECT_TYPE, obj.reg());
|
| - null.Branch(less);
|
| + null.Branch(below);
|
|
|
| // As long as JS_FUNCTION_TYPE is the last instance type and it is
|
| // right after LAST_JS_OBJECT_TYPE, we can avoid checking for
|
|
|