Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18113
b: refs/heads/master
c: 7f26333
h: refs/heads/master
i:
  18111: bc3487d
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 21c093a commit 93d650b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77add9f3e6a486e5623f3e693ded216f155bd2a5
refs/heads/master: 7f2633388d64c0489516af04e0d4cd9f01397a94
2 changes: 1 addition & 1 deletion trunk/arch/m68k/math-emu/multi_arith.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1,

#define fp_mul64(desth, destl, src1, src2) ({ \
asm ("mulu.l %2,%1:%0" : "=d" (destl), "=d" (desth) \
: "g" (src1), "0" (src2)); \
: "dm" (src1), "0" (src2)); \
})
#define fp_div64(quot, rem, srch, srcl, div) \
asm ("divu.l %2,%1:%0" : "=d" (quot), "=d" (rem) \
Expand Down

0 comments on commit 93d650b

Please sign in to comment.