Commit d28e1517 by Torbjorn Granlund

*** empty log message ***

From-SVN: r1401
parent 022998c9
......@@ -495,8 +495,8 @@
#if defined (__mips__)
#define umul_ppmm(w1, w0, u, v) \
__asm__ ("multu %2,%3 \
mflo %0 \
__asm__ ("multu %2,%3
mflo %0
mfhi %1" \
: "=d" ((unsigned long int)(w0)), \
"=d" ((unsigned long int)(w1)) \
......
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