diff options
Diffstat (limited to 'src/t_x86-64_sysv.c')
| -rw-r--r-- | src/t_x86-64_sysv.c | 1 |
1 files changed, 0 insertions, 1 deletions
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<<RBX | 1<<R12 | 1<<R13 | 1<<R14 | 1<<R15, |