| Index: runtime/vm/locations.cc
|
| diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc
|
| index 22480dd109f3dd84881026cf3fd46375a47e8116..92fbd7b841a44cf595fb8769557b92ceb9ca9f9e 100644
|
| --- a/runtime/vm/locations.cc
|
| +++ b/runtime/vm/locations.cc
|
| @@ -259,7 +259,7 @@ Location Location::RemapForSlowPath(Definition* def,
|
| UNREACHABLE();
|
| }
|
| } else if (IsPairLocation()) {
|
| - ASSERT(def->representation() == kUnboxedMint);
|
| + ASSERT(def->representation() == kUnboxedInt64);
|
| PairLocation* value_pair = AsPairLocation();
|
| intptr_t index_lo;
|
| intptr_t index_hi;
|
|
|