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:
parent
d4896fb876
commit
1d2b7171d5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user