Fixed buffer overflow bug in kernel/x86_64/dgemv_t.S file.
This commit is contained in:
parent
a35f4343fa
commit
beffee7d91
|
@ -171,7 +171,7 @@
|
|||
.L0x:
|
||||
xorq M,M
|
||||
addq $1,M
|
||||
salq $22,M
|
||||
salq $21,M
|
||||
subq M,MMM
|
||||
jge .L00
|
||||
|
||||
|
|
Loading…
Reference in New Issue