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

Commit fa73c5bf authored by Chen Liqin's avatar Chen Liqin
Browse files

score: lost a semicolon in asm/irqflags.h

parent 538202b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ static inline unsigned long arch_local_save_flags(void)

static inline unsigned long arch_local_irq_save(void)
{
	unsigned long flags
	unsigned long flags;

	asm volatile(
		"	mfcr	r8, cr0		\n"