new -t? flag to print default target

This commit is contained in:
Quentin Carbonneaux 2022-03-15 22:29:09 +01:00
parent da36b211ab
commit 2416d29141
5 changed files with 25 additions and 21 deletions

View file

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