Index: runtime/vm/disassembler_arm64.cc |
diff --git a/runtime/vm/disassembler_arm64.cc b/runtime/vm/disassembler_arm64.cc |
index 448fda328ca7c3203add6a7da79a09de09df01b0..37baf1308ac32eaa5f46a1a7a7b6f43ef3c40429 100644 |
--- a/runtime/vm/disassembler_arm64.cc |
+++ b/runtime/vm/disassembler_arm64.cc |
@@ -125,7 +125,7 @@ static const char* extend_names[kMaxExtend] = { |
// These condition names are defined in a way to match the native disassembler |
// formatting. See for example the command "objdump -d <binary file>". |
-static const char* cond_names[kMaxCondition] = { |
+static const char* cond_names[kNumberOfConditions] = { |
"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc", |
"hi", "ls", "ge", "lt", "gt", "le", "", "invalid", |
}; |