aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_plan9_arm.s
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-10-13 13:52:57 -0700
committerIan Lance Taylor <iant@golang.org>2017-10-25 00:40:40 +0000
commitd92aaa970791472a1657e878bf686fe802943ebe (patch)
tree92c4fd495c5847ea382a5e53ecd075884e541dc2 /src/runtime/rt0_plan9_arm.s
parent253e605af4533fd9f1276291225c27e972417e97 (diff)
downloadgo-d92aaa970791472a1657e878bf686fe802943ebe.tar.gz
go-d92aaa970791472a1657e878bf686fe802943ebe.zip
runtime: unify arm entry point code
Change-Id: Id51a2d63f7199b3ff71cedd415345ad20e5bd981 Reviewed-on: https://go-review.googlesource.com/70791 Reviewed-by: Austin Clements <austin@google.com>
Diffstat (limited to 'src/runtime/rt0_plan9_arm.s')
-rw-r--r--src/runtime/rt0_plan9_arm.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/rt0_plan9_arm.s b/src/runtime/rt0_plan9_arm.s
index 2a35e4ef66..d6174a4df5 100644
--- a/src/runtime/rt0_plan9_arm.s
+++ b/src/runtime/rt0_plan9_arm.s
@@ -10,8 +10,6 @@ TEXT _rt0_arm_plan9(SB),NOSPLIT,$-4
MOVW R0, _tos(SB)
MOVW 0(R13), R0
MOVW $4(R13), R1
- MOVW.W R1, -4(R13)
- MOVW.W R0, -4(R13)
B runtime·rt0_go(SB)
GLOBL _tos(SB), NOPTR, $4