Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375214
b: refs/heads/master
c: 3e9f37e
h: refs/heads/master
v: v3
  • Loading branch information
Steven J. Hill authored and Ralf Baechle committed May 9, 2013
1 parent ee4383d commit 140eeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1bac3734581ab6788bbfe125c62914f8d6d5e01
refs/heads/master: 3e9f37e885f22e703ec6fe730eba4aebdb5dd5e0
2 changes: 1 addition & 1 deletion trunk/arch/mips/lib/strnlen_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FEXPORT(__strnlen_user_nocheck_asm)
PTR_ADDU a1, a0 # stop pointer
1: beq v0, a1, 1f # limit reached?
EX(lb, t0, (v0), .Lfault)
PTR_ADDU v0, 1
PTR_ADDIU v0, 1
bnez t0, 1b
1: PTR_SUBU v0, a0
jr ra
Expand Down

0 comments on commit 140eeb2

Please sign in to comment.