| Index: src/compiler/x64/instruction-codes-x64.h
|
| diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
|
| index c92522dbfab416aa509ee8f7fe4ffd722dde0f0a..35acec08dce7a34ca03069f6e92f931738a393f5 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -180,7 +180,8 @@ namespace compiler {
|
| V(M1I) /* [ %r2*1 + K] */ \
|
| V(M2I) /* [ %r2*2 + K] */ \
|
| V(M4I) /* [ %r2*4 + K] */ \
|
| - V(M8I) /* [ %r2*8 + K] */
|
| + V(M8I) /* [ %r2*8 + K] */ \
|
| + V(Root) /* [%root + K] */
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|