OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 May 1992 11:20:30 +0000 (11:20 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 May 1992 11:20:30 +0000 (11:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1062 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/longlong.h

index 21d0588..0b475e2 100644 (file)
   __asm__ ("multu %2,%3
        mflo %0
        mfhi %1"                                                        \
-          : "=r" ((unsigned long int)(w0)),                            \
-            "=r" ((unsigned long int)(w1))                             \
-          : "r" ((unsigned long int)(u)),                              \
-            "r" ((unsigned long int)(v)))
+          : "=d" ((unsigned long int)(w0)),                            \
+            "=d" ((unsigned long int)(w1))                             \
+          : "d" ((unsigned long int)(u)),                              \
+            "d" ((unsigned long int)(v)))
 #define UMUL_TIME 5
 #define UDIV_TIME 100
 #endif /* __mips__ */