Merge "Set __bionic_asm_align to 16 for arm64"
This commit is contained in:
commit
6747bd1631
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue