Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joshy committed Jan 15, 2024
1 parent 09eba1d commit cc89006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/sel4test-tests/arch/arm/arch/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#endif

#define TEST_SINGLE_STEP_ASM() \
asm volatile( \
asm volatile( \
".global label_one, label_two\n\t" \
"label_one: \n\t" \
"nop \n\t" \
"label_two: \n\t" \
"nop \n\t" \
"label_one: \n\t" \
"nop \n\t" \
"label_two: \n\t" \
"nop \n\t" \
)

/* Tell C about the symbols exported by the ASM above. */
Expand Down

0 comments on commit cc89006

Please sign in to comment.