From c6b41eb8c8cece8266b2173a83216e1ce77eb2be Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 16 Mar 2022 15:01:24 -0700 Subject: amd64: restore previous name of amd64_sysv target --- all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.h') diff --git a/all.h b/all.h index 3cfb60a..c8ec93c 100644 --- a/all.h +++ b/all.h @@ -40,7 +40,7 @@ enum { }; struct Target { - char name[8]; + char name[16]; int gpr0; /* first general purpose reg */ int ngpr; int fpr0; /* first floating point reg */ -- cgit v1.2.3