diff options
author | 2017-07-12 10:38:10 +0000 | |
---|---|---|
committer | 2017-07-12 10:38:10 +0000 | |
commit | 08dd84adab79f98b2f2e7dfbccf8ef6b07cd3f2e (patch) | |
tree | f171c11372ad3826d91853a0e125be14e12d029d /runtime/arch/quick_alloc_entrypoints.S | |
parent | 8ea20746896a5930d99b74d54213ff5a742ae937 (diff) | |
parent | 97c46466aea25ab63a99b3d1afc558f0d9f55abb (diff) |
Merge "Introduce a Marking Register in ARM64 code generation."
Diffstat (limited to 'runtime/arch/quick_alloc_entrypoints.S')
-rw-r--r-- | runtime/arch/quick_alloc_entrypoints.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/quick_alloc_entrypoints.S b/runtime/arch/quick_alloc_entrypoints.S index 2b3525b189..fbfa7564a7 100644 --- a/runtime/arch/quick_alloc_entrypoints.S +++ b/runtime/arch/quick_alloc_entrypoints.S @@ -53,7 +53,7 @@ GENERATE_ALLOC_ENTRYPOINTS _region_tlab_instrumented, RegionTLABInstrumented .endm // Generate the allocation entrypoints for each allocator. This is used as an alternative to -// GNERATE_ALL_ALLOC_ENTRYPOINTS for selectively implementing allocation fast paths in +// GENERATE_ALL_ALLOC_ENTRYPOINTS for selectively implementing allocation fast paths in // hand-written assembly. #define GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_RESOLVED(c_suffix, cxx_suffix) \ ONE_ARG_DOWNCALL art_quick_alloc_object_resolved ## c_suffix, artAllocObjectFromCodeResolved ## cxx_suffix, RETURN_IF_RESULT_IS_NON_ZERO_OR_DELIVER |