Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libunwind Drop XXX, spell R14 as SP.



details:   https://anonhg.NetBSD.org/src/rev/7e927a12f4c5
branches:  trunk
changeset: 327877:7e927a12f4c5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Mar 19 21:15:45 2014 +0000

description:
Drop XXX, spell R14 as SP.

diffstat:

 sys/lib/libunwind/unwind_registers.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r ad666b47b123 -r 7e927a12f4c5 sys/lib/libunwind/unwind_registers.S
--- a/sys/lib/libunwind/unwind_registers.S      Wed Mar 19 20:30:53 2014 +0000
+++ b/sys/lib/libunwind/unwind_registers.S      Wed Mar 19 21:15:45 2014 +0000
@@ -307,8 +307,7 @@
        movl    %r11, 44(%r0)
        movl    8(%fp), 48(%r0)
        movl    12(%fp), 52(%r0)
-       /* XXX correct argument handling */
-       addl3   $36, %r14, 56(%r0)
+       addl3   $36, %sp, 56(%r0)
        /* Return PC */
        movl    16(%fp), 60(%r0)
        /* Load saved value of r0 as r1 */



Home | Main Index | Thread Index | Old Index