diff options
| author | 2025-12-06 11:41:44 +0100 | |
|---|---|---|
| committer | 2025-12-06 11:55:41 +0100 | |
| commit | d82f3052c813f671561362126d0fbe08568542d3 (patch) | |
| tree | d82546bdf7f62e3461906c49fa3f3715d13422a6 /amd64/sysv.c | |
| parent | 2054983775165f3ae50b241aae71ccb4969eade4 (diff) | |
add command-line predefined macros (-D, -U)
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c index 712652a..299d35c 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -298,7 +298,6 @@ const struct mctarg t_amd64_sysv = { .rglob = 1<<RSP | 1<<RBP, .rnames = amd64_rnames, .objkind = OBJELF, - .isa = ISamd64, .abiret = abiret, .abiarg = abiarg, .vastart = vastart, |