diff options
author | 2020-02-12 10:52:22 +0000 | |
---|---|---|
committer | 2020-02-14 12:01:58 +0000 | |
commit | 41b605c5ad4b06ea127ac56c6e3a4c92e8913efd (patch) | |
tree | f7b28eb11051f3faada99c11dc594cccd34a5786 /runtime/entrypoints/quick/quick_entrypoints.h | |
parent | 30b38f8d01cdb4c80092638f23c61d73e0d287f4 (diff) |
Remove MIPS support from runtime/.
Test: aosp_taimen-userdebug boots.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 147346243
Change-Id: If1fc8be94caa69f734438d7a1f4c715addfd8876
Diffstat (limited to 'runtime/entrypoints/quick/quick_entrypoints.h')
-rw-r--r-- | runtime/entrypoints/quick/quick_entrypoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/quick/quick_entrypoints.h b/runtime/entrypoints/quick/quick_entrypoints.h index 954450fe7a..d75893d8bf 100644 --- a/runtime/entrypoints/quick/quick_entrypoints.h +++ b/runtime/entrypoints/quick/quick_entrypoints.h @@ -91,7 +91,7 @@ extern void ReadBarrierJni(mirror::CompressedReference<mirror::Object>* handle_o // Read barrier entrypoints. // -// Compilers for ARM, ARM64, MIPS, MIPS64 can insert a call to these +// Compilers for ARM, ARM64 can insert a call to these // functions directly. For x86 and x86-64, compilers need a wrapper // assembly function, to handle mismatch in ABI. |