Module Name: src
Committed By: joerg
Date: Wed Mar 19 21:15:45 UTC 2014
Modified Files:
src/sys/lib/libunwind: unwind_registers.S
Log Message:
Drop XXX, spell R14 as SP.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/lib/libunwind/unwind_registers.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libunwind/unwind_registers.S
diff -u src/sys/lib/libunwind/unwind_registers.S:1.4 src/sys/lib/libunwind/unwind_registers.S:1.5
--- src/sys/lib/libunwind/unwind_registers.S:1.4 Tue Mar 18 13:08:15 2014
+++ src/sys/lib/libunwind/unwind_registers.S Wed Mar 19 21:15:45 2014
@@ -307,8 +307,7 @@ ENTRY(_ZN7_Unwind13Registers_vaxC1Ev, R0
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 */