Commit 1d2b7171 authored by Dave Cheney's avatar Dave Cheney

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
parent d4896fb8
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment