From d1e2f73b1d1d53b468011e10acdcd1c13c0e0326 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 16 Jul 2010 11:18:45 -0700 Subject: [PATCH] big: attempt to fix arm build R=gri CC=golang-dev https://golang.org/cl/1752043 --- src/pkg/big/arith_arm.s | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pkg/big/arith_arm.s b/src/pkg/big/arith_arm.s index c8a45efc49..6ab8e989ed 100644 --- a/src/pkg/big/arith_arm.s +++ b/src/pkg/big/arith_arm.s @@ -33,3 +33,8 @@ TEXT ·addMulVVW(SB),7,$0 TEXT ·divWVW(SB),7,$0 B ·divWVW_g(SB) +TEXT ·divWW(SB),7,$0 + B ·divWW_g(SB) + +TEXT ·mulWW(SB),7,$0 + B ·mulWW_g(SB) -- 2.48.1