Index: src/x64/full-codegen-x64.cc |
=================================================================== |
--- src/x64/full-codegen-x64.cc (revision 4715) |
+++ src/x64/full-codegen-x64.cc (working copy) |
@@ -2215,7 +2215,7 @@ |
// Check that the object is a JS object but take special care of JS |
// functions to make sure they have 'Function' as their class. |
- __ CmpObjectType(rax, FIRST_JS_OBJECT_TYPE, rax); |
+ __ CmpObjectType(rax, FIRST_JS_OBJECT_TYPE, rax); // Map is now in rax. |
__ j(below, &null); |
// As long as JS_FUNCTION_TYPE is the last instance type and it is |