Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 13907) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -1156,7 +1156,7 @@ |
| __ Bind(&check_identity); |
| __ popq(result); |
| - __ cmpq(result, Address(RSP, 1 * kWordSize)); |
| + __ cmpq(result, Address(RSP, 0 * kWordSize)); |
| Label is_false; |
| __ j(NOT_EQUAL, &is_false, Assembler::kNearJump); |
| __ LoadObject(result, bool_true()); |