commit | e69082ffdb2a3a63ce26f69e393fec749a041bd2 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jul 16 16:23:53 2013 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Jul 16 16:23:53 2013 -0400 |
tree | c1467a093cb6a6949fbb1ad4534a9d5fd88f6903 | |
parent | 47b89a37d9e83858ebcecb331ab3a0cfbd66dffc [diff] |
syscall: record argument size for all assembly functions While we're here, fix Syscall9 on NetBSD and OpenBSD: it was storing the results into the wrong memory locations. I guess no one uses that function's results on those systems. Part of cleaning up stack traces and argument frame information. R=golang-dev, dvyukov CC=golang-dev https://golang.org/cl/11355044