aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_linux_amd64.s
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-16 18:50:40 -0500
committerRuss Cox <rsc@golang.org>2011-12-16 18:50:40 -0500
commit86dcc431e9282013eb8ce6cce22c882f37a05147 (patch)
tree4d25909755a55f2cfbe8b12624d15e2e08dcf7f8 /src/pkg/runtime/sys_linux_amd64.s
parent541b67d051fbd26f3727d4d13c6d2b025af8a775 (diff)
downloadgo-86dcc431e9282013eb8ce6cce22c882f37a05147.tar.xz
runtime: hg revert -r 6ec0a5c12d75
That was the last build that was close to working. I will try that change again next week. Make is being very subtle today. At the reverted-to CL, the ARM traceback appears to be broken. I'll look into that next week too. R=golang-dev, r CC=golang-dev https://golang.org/cl/5492063
Diffstat (limited to 'src/pkg/runtime/sys_linux_amd64.s')
-rw-r--r--src/pkg/runtime/sys_linux_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/sys_linux_amd64.s b/src/pkg/runtime/sys_linux_amd64.s
index ef7bb2864c..d55518686c 100644
--- a/src/pkg/runtime/sys_linux_amd64.s
+++ b/src/pkg/runtime/sys_linux_amd64.s
@@ -6,7 +6,7 @@
// System calls and other sys.stuff for AMD64, Linux
//
-#include "zasm_GOOS_GOARCH.h"
+#include "asm_amd64.h"
TEXT runtime·exit(SB),7,$0-8
MOVL 8(SP), DI