Skip to content

Commit f8648a6

Browse files
author
Daniel Rossier
committed
Fix bad clang formating
1 parent 1b2d491 commit f8648a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

so3/avz/include/avz/domain.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434

3535
#ifdef __ASSEMBLY__
3636

37-
.macro curdom rd,
38-
tmp
37+
.macro curdom rd, tmp
3938

40-
// Compute the address of the stack bottom where cpu_info is located.
41-
ldr \rd,
42-
= (~(DOMAIN_STACK_SIZE - 1)) mov \tmp, sp and \rd, \tmp, \rd
39+
// Compute the address of the stack bottom where cpu_info is located.
40+
ldr \rd, = (~(DOMAIN_STACK_SIZE - 1))
41+
mov \tmp, sp
42+
and \rd, \tmp, \rd
4343

44-
// Get the address of the domain descriptor
45-
ldr \rd,
46-
[\rd].endm
44+
// Get the address of the domain descriptor
45+
ldr \rd, [\rd]
46+
.endm
4747

4848
#else /* __ASSEMBLY__ */
4949

0 commit comments

Comments
 (0)