From 7c242550f60a7000d62f717820681a181c8b9074 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 4 Jul 2013 23:49:53 +0200 Subject: [PATCH] Use $r instead of $h in visual print modes --- libr/core/visual.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libr/core/visual.c b/libr/core/visual.c index 0a96959a4a..09a4ef377d 100644 --- a/libr/core/visual.c +++ b/libr/core/visual.c @@ -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;