commit | e6ee960aeff9d543839cd84b38ce599942bca26e | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Oct 27 02:32:47 2016 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Thu Oct 27 05:11:56 2016 -0700 |
tree | e96cfb59cb203354956fb03116f3c41d92b76ebd | |
parent | bd839d100d1c4802cf53f3d27bb73e6032719762 [diff] [blame] |
Replace .align with .balign for clarity Test: run bionic-unit-tests Change-Id: Icb43cc47e41d58fe3cb71986e05b3134022f895c
diff --git a/libc/arch-mips/include/machine/asm.h b/libc/arch-mips/include/machine/asm.h index 74412c1..dc83088 100644 --- a/libc/arch-mips/include/machine/asm.h +++ b/libc/arch-mips/include/machine/asm.h
@@ -28,7 +28,7 @@ #ifndef _MIPS64_ASM_H #define _MIPS64_ASM_H -#define __bionic_asm_align 4 +#define __bionic_asm_align 16 #undef __bionic_asm_custom_entry #undef __bionic_asm_custom_end