Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fdfe7e3 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

trace: rtb: Fix compilation as semicolon is missing



Currently macro BRANCH_TO_NEXT_ISTR does not have
semicolon and resulting compilation issue. So fix
macro BRANCH_TO_NEXT_ISTR definition to avoid
compilation issue.

Change-Id: I1a2ab450097f4bdf4d75461b7edd772c81dca2bf
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 8b35a7dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ int uncached_logk(enum logk_event_type log_type, void *data);

#define BRANCH_TO_NEXT_ISTR \
	do { \
		asm volatile("b .+4\n" : : : "memory") \
		asm volatile("b .+4\n" : : : "memory"); \
	} while (0)

/*