mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
Fix linux-arm64 reg profile
This commit is contained in:
parent
8ff8b5df7b
commit
dd187bd183
@ -1,3 +1,4 @@
|
||||
// NGREG 34
|
||||
return strdup (
|
||||
"=PC pc\n"
|
||||
"=BP x29\n"
|
||||
@ -50,5 +51,5 @@ return strdup (
|
||||
"gpr nf .1 .256 0 sign\n" // msb bit of last op
|
||||
"gpr zf .1 .257 0 zero\n" // set if last op is 0
|
||||
"gpr cf .1 .258 0 carry\n" // set if last op carries
|
||||
"gpr vf .1 .515 0 overflow\n" // set if overflows
|
||||
"gpr vf .1 .259 0 overflow\n" // set if overflows
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user