From 36143af2748b6fcae02ca320baaac417d77ebe58 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 13 Apr 2026 10:03:19 +0200 Subject: ir: remove unused field MCTarg.bpr --- src/t_x86-64_sysv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/t_x86-64_sysv.c') diff --git a/src/t_x86-64_sysv.c b/src/t_x86-64_sysv.c index 2404a86..8686571 100644 --- a/src/t_x86-64_sysv.c +++ b/src/t_x86-64_sysv.c @@ -295,7 +295,6 @@ static const char x86_64_rnames[][6] = { const MCTarg t_x86_64_sysv = { .gpr0 = RAX, .ngpr = R15 - RAX + 1, - .bpr = RBP, .gprscratch = R11, .fprscratch = XMM15, .fpr0 = XMM0, .nfpr = XMM15 - XMM0 + 1, .rcallee = 1<