Commit 05faa7b7 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 4f0638ba
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment