From: Keith Randall Date: Tue, 25 Feb 2014 19:49:37 +0000 (-0800) Subject: runtime: add prototype for panicdivide X-Git-Tag: go1.3beta1~575 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=391002a82bf3033b51818df5aaa4a82cc81bc81f;p=gostls13.git runtime: add prototype for panicdivide LGTM=bradfitz R=golang-codereviews, bradfitz, khr CC=golang-codereviews https://golang.org/cl/68680043 --- diff --git a/src/pkg/runtime/vlrt_arm.c b/src/pkg/runtime/vlrt_arm.c index 9606e16076..7dd71b40e3 100644 --- a/src/pkg/runtime/vlrt_arm.c +++ b/src/pkg/runtime/vlrt_arm.c @@ -27,6 +27,7 @@ // declared here to avoid include of runtime.h void runtime·panicstring(char*); +void runtime·panicdivide(void); typedef unsigned long ulong; typedef unsigned int uint;