summaryrefslogtreecommitdiffstats
path: root/backends/ppc_regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ppc_regs.c')
-rw-r--r--backends/ppc_regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ppc_regs.c b/backends/ppc_regs.c
index 4b92a9aa..bcf4f7a3 100644
--- a/backends/ppc_regs.c
+++ b/backends/ppc_regs.c
@@ -140,7 +140,7 @@ ppc_register_info (Ebl *ebl __attribute__ ((unused)),
case 100:
if (*bits == 32)
return stpcpy (name, "mq") + 1 - name;
-
+ /* Fallthrough */
case 102 ... 107:
name[0] = 's';
name[1] = 'p';