* config/h8300/lib1funcs.asm (___udivsi3): Add a comment.
From-SVN: r73604
This commit is contained in:
parent
9fe7f443dd
commit
2fea2a10d1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-14 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/lib1funcs.asm (___udivsi3): Add a comment.
|
||||
|
||||
2003-11-14 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/lib1funcs.asm (modsi3): Don't save unused
|
||||
|
|
|
@ -602,6 +602,7 @@ setone:
|
|||
|
||||
#else /* __H8300H__ */
|
||||
|
||||
;; This function also computes the remainder and stores it in er3.
|
||||
.global ___udivsi3
|
||||
___udivsi3:
|
||||
mov.w A1E,A1E ; denominator top word 0?
|
||||
|
|
Loading…
Add table
Reference in a new issue