| Index: runtime/vm/disassembler_arm64.cc
|
| diff --git a/runtime/vm/disassembler_arm64.cc b/runtime/vm/disassembler_arm64.cc
|
| index 37baf1308ac32eaa5f46a1a7a7b6f43ef3c40429..448fda328ca7c3203add6a7da79a09de09df01b0 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[kNumberOfConditions] = {
|
| +static const char* cond_names[kMaxCondition] = {
|
| "eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
|
| "hi", "ls", "ge", "lt", "gt", "le", "", "invalid",
|
| };
|
|
|