amd64: restore previous name of amd64_sysv target

This commit is contained in:
Michael Forney 2022-03-16 15:01:24 -07:00 committed by Quentin Carbonneaux
parent bf2a90ef7c
commit c6b41eb8c8
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ amd64_memargs(int op)
}
Target T_amd64_sysv = {
.name = "amd64",
.name = "amd64_sysv",
.gpr0 = RAX,
.ngpr = NGPR,
.fpr0 = XMM0,