diff options
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. |