mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Replace preg() with phex(). Cleanup monitor.c.
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user