| Index: src/arm64/decoder-arm64-inl.h
|
| diff --git a/src/arm64/decoder-arm64-inl.h b/src/arm64/decoder-arm64-inl.h
|
| index 5dd2fd9cc043d2b20378891070021aee644182f9..c29f2d3c5ed3adfa41789bf513d893e4be5720ca 100644
|
| --- a/src/arm64/decoder-arm64-inl.h
|
| +++ b/src/arm64/decoder-arm64-inl.h
|
| @@ -231,7 +231,8 @@ void Decoder<V>::DecodeLoadStore(Instruction* instr) {
|
| if (instr->Mask(0xC4400000) == 0xC0400000) {
|
| V::VisitUnallocated(instr);
|
| } else {
|
| - V::VisitLoadStorePairNonTemporal(instr);
|
| + // Nontemporals are unimplemented.
|
| + V::VisitUnimplemented(instr);
|
| }
|
| } else {
|
| V::VisitLoadStorePairPostIndex(instr);
|
|
|