mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
fix constant for ebp on amd64 -__-
This commit is contained in:
parent
725dd822c9
commit
1d45ad0cf4
@ -1334,7 +1334,7 @@ static int set_reg_profile(RAnal *anal) {
|
||||
"gpr r12w .16 24 0\n"
|
||||
"gpr r12b .8 24 0\n"
|
||||
"gpr rbp .64 32 0\n"
|
||||
"gpr ebp .32 20 0\n"
|
||||
"gpr ebp .32 32 0\n"
|
||||
"gpr rbx .64 40 0\n"
|
||||
"gpr ebx .32 40 0\n"
|
||||
"gpr bx .16 40 0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user