aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-06 11:41:44 +0100
committerlemon <lsof@mailbox.org>2025-12-06 11:55:41 +0100
commitd82f3052c813f671561362126d0fbe08568542d3 (patch)
treed82546bdf7f62e3461906c49fa3f3715d13422a6 /amd64
parent2054983775165f3ae50b241aae71ccb4969eade4 (diff)
add command-line predefined macros (-D, -U)
Diffstat (limited to 'amd64')
-rw-r--r--amd64/sysv.c1
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,