Skip to content

Commit 02ff3e3

Browse files
committed
Fix typo in macro defined by endianness
1 parent 862fdf7 commit 02ff3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/builtins/assembly.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
#ifdef __arm__
294294
#include "int_endianness.h"
295295

296-
#if __YUGA_BIG_ENDIAN
296+
#if _YUGA_BIG_ENDIAN
297297
#define VMOV_TO_DOUBLE(dst, src0, src1) vmov dst, src1, src0 SEPARATOR
298298
#define VMOV_FROM_DOUBLE(dst0, dst1, src) vmov dst1, dst0, src SEPARATOR
299299
#else

0 commit comments

Comments
 (0)