We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad119 commit 0234d62Copy full SHA for 0234d62
.clang-format-ignore
@@ -1,2 +1,3 @@
1
include/aarch64_multibinary.h
2
+include/aarch64_label.h
3
**/aarch64/*.h
include/aarch64_label.h
@@ -3,16 +3,16 @@
4
#ifdef __USER_LABEL_PREFIX__
5
#define CONCAT1(a, b) CONCAT2(a, b)
6
-#define CONCAT2(a, b) a##b
7
-#define cdecl(x) CONCAT1(__USER_LABEL_PREFIX__, x)
+#define CONCAT2(a, b) a ## b
+#define cdecl(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
8
#else
9
#define cdecl(x) x
10
#endif
11
12
#ifdef __APPLE__
13
-#define ASM_DEF_RODATA .section __TEXT, __const
+#define ASM_DEF_RODATA .section __TEXT,__const
14
15
-#define ASM_DEF_RODATA .section.rodata
+#define ASM_DEF_RODATA .section .rodata
16
17
18
0 commit comments