mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
sparc32: fix fall-through annotation
Replace "fallthru" with a proper "fall through" annotation. This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8cf7765d33
commit
c4beb225f9
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
|
||||||
linux_regs->pc = addr;
|
linux_regs->pc = addr;
|
||||||
linux_regs->npc = addr + 4;
|
linux_regs->npc = addr + 4;
|
||||||
}
|
}
|
||||||
/* fallthru */
|
/* fall through */
|
||||||
|
|
||||||
case 'D':
|
case 'D':
|
||||||
case 'k':
|
case 'k':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue