diff options
author | 2018-10-03 11:34:04 +0100 | |
---|---|---|
committer | 2018-10-03 11:38:28 +0100 | |
commit | 6c1660d6bd7fb9f032803095665c4077b666ffad (patch) | |
tree | 965f907b653971411c1ac681d26604d1fd6786a6 | |
parent | 9f4260f09dfc32045340d8ace0110243c1ad7b20 (diff) |
Fix: Move InterpreterCache to right below tlsPtr_
Don't undefine ALIGN_UP at the end of the file.
THREAD_INTERPRETER_CACHE_OFFSET is defined in terms of ALIGN_UP,
if ALIGN_UP is undefined, the code does not compile.
Note that I intend to remove this whole file very soon anyway.
Test: THREAD_INTERPRETER_CACHE_OFFSET can be used from assembly
Change-Id: If126c350a8010eec1877b241c5220a63637c1ebd
-rw-r--r-- | runtime/asm_support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h index a9c743a5bf..5247a0edc2 100644 --- a/runtime/asm_support.h +++ b/runtime/asm_support.h @@ -232,6 +232,4 @@ ADD_TEST_EQ(STRING_COMPRESSION_FEATURE, art::mirror::kUseStringCompression); #undef DEFINED_ADD_TEST_EQ #endif -#undef ALIGN_UP - #endif // ART_RUNTIME_ASM_SUPPORT_H_ |