| 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 4dc90512fbba7f844bf3c765e8add5d6e1270b1e..ef333480e38871e9d66a8ec051b9b12a25af2cb9 100644
|
| --- a/src/compiler/arm64/instruction-codes-arm64.h
|
| +++ b/src/compiler/arm64/instruction-codes-arm64.h
|
| @@ -114,6 +114,7 @@ namespace compiler {
|
| V(Arm64Float64ToUint32) \
|
| V(Arm64Float32ToInt64) \
|
| V(Arm64Float64ToInt64) \
|
| + V(Arm64Float32ToUint64) \
|
| V(Arm64Float64ToUint64) \
|
| V(Arm64Int32ToFloat64) \
|
| V(Arm64Int64ToFloat32) \
|
|
|