| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 68263a5dc611dc71d46872275728e5f15f1945d6..28761532355fc9a747f28d884197dd16ad918a38 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -131,6 +131,9 @@ class FullCodeGenerator: public AstVisitor {
|
| static const int kBackEdgeDistanceUnit = 142;
|
| #elif V8_TARGET_ARCH_MIPS
|
| static const int kBackEdgeDistanceUnit = 142;
|
| +#elif V8_TARGET_ARCH_A64
|
| +// TODO(all): Copied ARM value. Check this is sensible for A64.
|
| + static const int kBackEdgeDistanceUnit = 142;
|
| #else
|
| #error Unsupported target architecture.
|
| #endif
|
|
|