aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_openbsd_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/rt0_openbsd_arm.s')
-rw-r--r--src/runtime/rt0_openbsd_arm.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/runtime/rt0_openbsd_arm.s b/src/runtime/rt0_openbsd_arm.s
index 6207e55982..3511c96abc 100644
--- a/src/runtime/rt0_openbsd_arm.s
+++ b/src/runtime/rt0_openbsd_arm.s
@@ -4,8 +4,8 @@
#include "textflag.h"
-TEXT _rt0_arm_openbsd(SB),NOSPLIT,$-4
- MOVW (R13), R0 // argc
- MOVW $4(R13), R1 // argv
- MOVM.DB.W [R0-R1], (R13)
- B runtime·rt0_go(SB)
+TEXT _rt0_arm_openbsd(SB),NOSPLIT,$0
+ B _rt0_arm(SB)
+
+TEXT _rt0_arm_openbsd_lib(SB),NOSPLIT,$0
+ B _rt0_arm_lib(SB)