Skip to content

Commit fc6e63f

Browse files
author
Daniel Rossier
committed
Tell clang to ignore assembly code
1 parent f8648a6 commit fc6e63f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

so3/avz/include/avz/domain.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
#ifdef __ASSEMBLY__
3636

37+
/* clang-format off */
3738
.macro curdom rd, tmp
3839

3940
// Compute the address of the stack bottom where cpu_info is located.
@@ -44,6 +45,7 @@
4445
// Get the address of the domain descriptor
4546
ldr \rd, [\rd]
4647
.endm
48+
/* clang-format on */
4749

4850
#else /* __ASSEMBLY__ */
4951

0 commit comments

Comments
 (0)