Use $r instead of $h in visual print modes

This commit is contained in:
pancake 2013-07-04 23:49:53 +02:00
parent 11e00e438e
commit 7c242550f6

View File

@ -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;