mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
Use $r instead of $h in visual print modes
This commit is contained in:
parent
11e00e438e
commit
7c242550f6
@ -5,8 +5,8 @@
|
||||
#define NPF 5
|
||||
static int blocksize = 0;
|
||||
static const char *printfmt[] = {
|
||||
"x", "pd $h",
|
||||
"f tmp;sr sp;pxw 64;dr=;s-;s tmp;f-tmp;pd $h",
|
||||
"x", "pd $r",
|
||||
"f tmp;sr sp;pxw 64;dr=;s-;s tmp;f-tmp;pd $r",
|
||||
"pxw", "pc"
|
||||
};
|
||||
static int autoblocksize = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user