diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-23 11:20:30 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-23 11:20:30 +0000 |
commit | e6bdfef2808123d6109ea99270b33882f2ebe9ea (patch) | |
tree | ed1baf3e4a8ea499f37e6fc9c5134ed1e3a6634f /gcc/longlong.h | |
parent | 692a43e41eb16572739423d0c165c373ffd6f97c (diff) | |
download | gcc-e6bdfef2808123d6109ea99270b33882f2ebe9ea.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1062 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r-- | gcc/longlong.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h index 21d05888592..0b475e2ca6a 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -498,10 +498,10 @@ __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__ */ |