diff options
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c index f909067..da7469a 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -143,6 +143,7 @@ const struct mctarg t_amd64_sysv = { .rnames = amd64_rnames, .abiret = abiret, .abiarg = abiarg, + .emit = amd64_emit }; /* vim:set ts=3 sw=3 expandtab: */ |