ARM: Division: Fix remainder pointer.

* module/mescc/armv4/as.scm (armv4:r0/r1): Fix remainder pointer.
This commit is contained in:
Danny Milosavljevic 2019-02-22 19:17:28 +01:00 committed by Jan Nieuwenhuizen
parent 8a6092f2b4
commit 794d242b9b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@
;; __mesabi_uldiv(a, b, remainderp)
(append `(("push___%r0") ; slot for remainder
("mov____%esp,%r0")
((#:immediate1 4) "add____$i8,%r0")
("push___%r0") ; pointer to remainder
(,(string-append "push___%" r1))
(,(string-append "push___%" r0)))