summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-10-02 11:58:24 +0200
committerSergei Golubchik <sergii@pisem.net>2014-10-02 11:58:24 +0200
commit384999f3e8707bcc249bf9fd56828b8ec3e839bf (patch)
tree27daebd0afb3744329f3ea785333d2247c489fb5 /extra
parente90851008b9c8a84b642fc487eea09eecfbcec2c (diff)
downloadmariadb-git-384999f3e8707bcc249bf9fd56828b8ec3e839bf.tar.gz
MDEV-6528 review debian patches for mysql
and apply whatever was reasonable
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/taocrypt/src/integer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/src/integer.cpp b/extra/yassl/taocrypt/src/integer.cpp
index 4e61c19e648..f268c8e4d51 100644
--- a/extra/yassl/taocrypt/src/integer.cpp
+++ b/extra/yassl/taocrypt/src/integer.cpp
@@ -194,7 +194,7 @@ DWord() {}
"a" (a), "rm" (b) : "cc");
#elif defined(__mips64)
- __asm__("dmultu %2,%3" : "=h" (r.halfs_.high), "=l" (r.halfs_.low)
+ __asm__("dmultu %2,%3" : "=d" (r.halfs_.high), "=l" (r.halfs_.low)
: "r" (a), "r" (b));
#elif defined(_M_IX86)