Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index 223f7e3be6d6bb194037f97b2e2c6d43d5889f3d..9b841225faaa365df13357bd8b0af6ef9f433f59 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -380,7 +380,7 @@ bool ICCompareStub::FindCodeInSpecialCache(Code** code_out) { |
} |
-int ICCompareStub::MinorKey() const { |
+uint32_t ICCompareStub::MinorKey() const { |
return OpField::encode(op_ - Token::EQ) | |
LeftStateField::encode(left_) | |
RightStateField::encode(right_) | |