Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 5083) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -438,7 +438,7 @@ |
default: |
UNREACHABLE(); |
- return Operand(rax); |
+ return Operand(rsp, 0); |
} |
} |
@@ -11526,7 +11526,7 @@ |
// Make count the number of bytes to copy. |
if (!ascii) { |
- ASSERT_EQ(2, sizeof(uc16)); // NOLINT |
+ ASSERT_EQ(2, static_cast<int>(sizeof(uc16))); // NOLINT |
__ addl(count, count); |
} |