1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:04:43 -07:00

cmd/5c: fix arm build

cmd/5c/txt.c was missing from CL 72010043.

LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/72220043
This commit is contained in:
Dave Cheney 2014-03-07 10:13:00 +11:00
parent d4896fb876
commit 1d2b7171d5

View File

@ -31,11 +31,17 @@
#include "gc.h"
LinkArch *thelinkarch = &linkarm;
int thechar = '5';
char *thestring = "arm";
LinkArch *thelinkarch = &linkarm;
void
linkarchinit(void)
{
}
void
ginit(void)
{