diff options
| author | 2023-06-10 14:22:03 +0200 | |
|---|---|---|
| committer | 2023-06-10 14:22:03 +0200 | |
| commit | 5ac04c7a3ec11d939a3773876b6924e1ae39f1a5 (patch) | |
| tree | 28712d39b25ee80bc971cced1d2cba8387694412 /amd64/sysv.c | |
| parent | 22e20cf906fa3904eedfe34efc58a7b56116ce42 (diff) | |
isel skeleton
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 da7469a..69ebce4 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, + .isel = amd64_isel, .emit = amd64_emit }; |