diff options
| author | 2023-06-17 14:31:54 +0200 | |
|---|---|---|
| committer | 2023-06-17 14:31:54 +0200 | |
| commit | ec28e9057e84b92acabb7ebf9122af59738917ad (patch) | |
| tree | fe532fac21015cde652ee0472efc86569e30a9aa /amd64/sysv.c | |
| parent | 78b7a3a6874abad6d2326093287554f3e565a382 (diff) | |
misc
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c index 1c84909..dc43b81 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -144,6 +144,8 @@ const struct mctarg t_amd64_sysv = { .rcallee = {{1<<RBX | 1<<R12 | 1<<R13 | 1<<R14 | 1<<R15}}, .rglob = {{1<<RSP | 1<<RBP}}, .rnames = amd64_rnames, + .objkind = OBJELF, + .isa = ISamd64, .abiret = abiret, .abiarg = abiarg, .isel = amd64_isel, |