mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'd05c9cde0e87c23ca42957646bea483dfc09d6bf'
* commit 'd05c9cde0e87c23ca42957646bea483dfc09d6bf': checkasm: aarch64: Specify alignment for the register_init const array Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
122a749dfc
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "libavutil/aarch64/asm.S"
|
||||
|
||||
const register_init
|
||||
const register_init, align=4
|
||||
.quad 0x21f86d66c8ca00ce
|
||||
.quad 0x75b6ba21077c48ad
|
||||
.quad 0xed56bb2dcb3c7736
|
||||
|
|
Loading…
Reference in New Issue