| Index: src/compiler/arm64/instruction-codes-arm64.h
|
| diff --git a/src/compiler/arm64/instruction-codes-arm64.h b/src/compiler/arm64/instruction-codes-arm64.h
|
| index bce47f85acedcdb473e0b424a9547cdb918b8ed7..f0231557045032e35f3730dd999b042a93ee9555 100644
|
| --- a/src/compiler/arm64/instruction-codes-arm64.h
|
| +++ b/src/compiler/arm64/instruction-codes-arm64.h
|
| @@ -68,6 +68,8 @@ namespace compiler {
|
| V(Arm64Float64ToUint32) \
|
| V(Arm64Int32ToFloat64) \
|
| V(Arm64Uint32ToFloat64) \
|
| + V(Arm64LdrS) \
|
| + V(Arm64StrS) \
|
| V(Arm64LdrD) \
|
| V(Arm64StrD) \
|
| V(Arm64Ldrb) \
|
|
|