diff options
| author | Michael Forney <[email protected]> | 2022-03-16 15:01:24 -0700 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-03-17 13:24:52 +0100 |
| commit | c6b41eb8c8cece8266b2173a83216e1ce77eb2be (patch) | |
| tree | a84a27656ec17d68ba130ef774c7da3e4c2570b6 /all.h | |
| parent | bf2a90ef7c183e9e0442d14d6f74fb6d5f79c6bb (diff) | |
amd64: restore previous name of amd64_sysv target
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
