Index: src/compiler/linkage-impl.h |
diff --git a/src/compiler/linkage-impl.h b/src/compiler/linkage-impl.h |
index 5b638034c8cbeaf7e141eda55d0d71150ba3bdcf..c779a623f9a3b87567e6e75ee224ddbfd664ccc2 100644 |
--- a/src/compiler/linkage-impl.h |
+++ b/src/compiler/linkage-impl.h |
@@ -235,7 +235,7 @@ class LinkageHelper { |
static CallDescriptor* GetInterpreterDispatchDescriptor( |
Zone* zone, const MachineSignature* msig) { |
- DCHECK_EQ(0, msig->parameter_count()); |
+ DCHECK_EQ(0U, msig->parameter_count()); |
LocationSignature::Builder locations(zone, msig->return_count(), |
msig->parameter_count()); |
AddReturnLocations(&locations); |