| Index: src/arm64/macro-assembler-arm64-inl.h
|
| diff --git a/src/arm64/macro-assembler-arm64-inl.h b/src/arm64/macro-assembler-arm64-inl.h
|
| index 29e7d29b93c7fe489f203c11511a4dc4bb7b5962..46c51ccf005c6cbe97188271b623bc037d6688f4 100644
|
| --- a/src/arm64/macro-assembler-arm64-inl.h
|
| +++ b/src/arm64/macro-assembler-arm64-inl.h
|
| @@ -307,7 +307,7 @@ LSPAIR_MACRO_LIST(DEFINE_FUNCTION)
|
| DCHECK(allow_macro_instructions_); \
|
| OP(rt, rn); \
|
| }
|
| -LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
|
| +LDX_LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
|
| #undef DECLARE_FUNCTION
|
|
|
| #define DECLARE_FUNCTION(FN, OP) \
|
| @@ -316,7 +316,7 @@ LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
|
| DCHECK(allow_macro_instructions_); \
|
| OP(rs, rt, rn); \
|
| }
|
| -STLX_MACRO_LIST(DECLARE_FUNCTION)
|
| +STX_STLX_MACRO_LIST(DECLARE_FUNCTION)
|
| #undef DECLARE_FUNCTION
|
|
|
| void MacroAssembler::Asr(const Register& rd,
|
|
|