Fixed buffer overflow bug in kernel/x86_64/dgemv_t.S file.

This commit is contained in:
wangqian 2013-10-11 03:20:20 +08:00
parent a35f4343fa
commit beffee7d91
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
.L0x:
xorq M,M
addq $1,M
salq $22,M
salq $21,M
subq M,MMM
jge .L00