[x64] Compare map instead of value to heap number map in ToStringStub.
authorbmeurer <bmeurer@chromium.org>
Tue, 22 Sep 2015 07:19:58 +0000 (00:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 22 Sep 2015 07:20:03 +0000 (07:20 +0000)
commit02a2580b1636149d0c296591004e28bcd5fb4656
tree8038f5870cad762a5ab91e4891c46e3744029b18
parent4542a2d4cc2866a8097d10f11768683bc5ccb224
[x64] Compare map instead of value to heap number map in ToStringStub.

Fixes a typo introduced earlier, where we compare the value to heap
number map instead of the map loaded previously.

TBR=jarin@chromium.org

Review URL: https://codereview.chromium.org/1355253002

Cr-Commit-Position: refs/heads/master@{#30859}
src/x64/code-stubs-x64.cc