commit | 6747bd1631c24f76684278020056ee0d41cbb402 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jun 26 21:22:31 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 26 21:22:31 2018 +0000 |
tree | ad6d889c9ec5a71162a765d93e39718cb6da254e | |
parent | 92c6f7ee9014f434fbcce89ab894c745e36732d2 [diff] | |
parent | 37d4e67bb0839df433353b4b3859abe3db1c2684 [diff] |
Merge "Set __bionic_asm_align to 16 for arm64"
diff --git a/libc/private/bionic_asm_arm64.h b/libc/private/bionic_asm_arm64.h index 43ecaf3..463ca31 100644 --- a/libc/private/bionic_asm_arm64.h +++ b/libc/private/bionic_asm_arm64.h
@@ -37,7 +37,7 @@ #pragma once -#define __bionic_asm_align 0 +#define __bionic_asm_align 16 #undef __bionic_asm_function_type #define __bionic_asm_function_type %function