Replace preg() with phex(). Cleanup monitor.c.

This commit is contained in:
Andrew Cagney
2000-05-22 02:07:19 +00:00
parent e8475ad463
commit 5683e87aa5
5 changed files with 56 additions and 87 deletions

View File

@ -1377,7 +1377,8 @@ monitor_store_register (regno)
}
val = read_register (regno);
monitor_debug ("MON storeg %d %s\n", regno, preg (val));
monitor_debug ("MON storeg %d %s\n", regno,
phex (val, REGISTER_RAW_SIZE (regno)));
/* send the register deposit command */