diff options
| -rw-r--r-- | arch/score/lib/string.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/lib/string.S b/arch/score/lib/string.S index 00b7d3a2fc60..16efa3ad037f 100644 --- a/arch/score/lib/string.S +++ b/arch/score/lib/string.S | |||
| @@ -175,10 +175,10 @@ ENTRY(__clear_user) | |||
| 175 | br r3 | 175 | br r3 |
| 176 | 176 | ||
| 177 | .section .fixup, "ax" | 177 | .section .fixup, "ax" |
| 178 | 99: | ||
| 178 | br r3 | 179 | br r3 |
| 179 | .previous | 180 | .previous |
| 180 | .section __ex_table, "a" | 181 | .section __ex_table, "a" |
| 181 | .align 2 | 182 | .align 2 |
| 182 | 99: | ||
| 183 | .word 0b, 99b | 183 | .word 0b, 99b |
| 184 | .previous | 184 | .previous |
