mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:08:15 +00:00
translate/arm/vec_helper: Align to qemu formatting
This commit is contained in:
parent
bab31a2510
commit
750d56421c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "tcg/tcg-gvec-desc.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
|
||||
/* Note that vector data is stored in host-endian 64-bit chunks,
|
||||
so addressing units smaller than that needs a host-endian fixup. */
|
||||
#ifdef HOST_WORDS_BIGENDIAN
|
||||
|
|
Loading…
Reference in a new issue