Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349437
b: refs/heads/master
c: 4ea494b
h: refs/heads/master
i:
  349435: 1b4fda0
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Ralf Baechle committed Jan 22, 2013
1 parent a21d11b commit 4c3b212
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: f051e3a9335bce8915165a6b1e73db5af8ba86df
refs/heads/master: 4ea494b528ac1b9df9f0c77ba49e3e8ee108d9ec
2 changes: 1 addition & 1 deletion trunk/arch/mips/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void __delay(unsigned long loops)
" .set noreorder \n"
" .align 3 \n"
"1: bnez %0, 1b \n"
#if __SIZEOF_LONG__ == 4
#if BITS_PER_LONG == 32
" subu %0, 1 \n"
#else
" dsubu %0, 1 \n"
Expand Down

0 comments on commit 4c3b212

Please sign in to comment.