diff options
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, |