Skip to content

Commit

Permalink
score: lost a semicolon in asm/irqflags.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Liqin committed Mar 28, 2011
1 parent 538202b commit fa73c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/score/include/asm/irqflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa73c5b

Please sign in to comment.