Skip to content

Commit

Permalink
[MIPS] Fix C version of ssnop to use the right opcode.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Feb 7, 2006
1 parent 4f0638b commit 05faa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

__asm__(
" .macro _ssnop \n\t"
" sll $0, $2, 1 \n\t"
" sll $0, $0, 1 \n\t"
" .endm \n\t"
" \n\t"
" .macro _ehb \n\t"
Expand Down

0 comments on commit 05faa7b

Please sign in to comment.