[MIPS] Fix C version of ssnop to use the right opcode.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-01-11 18:23:00 +00:00
parent 4f0638ba9e
commit 05faa7b758
1 changed files with 1 additions and 1 deletions

View File

@ -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"