mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix call of read_relative_register_raw_bytes
This commit is contained in:
@ -877,7 +877,7 @@ h8300_print_register_hook (int regno)
|
|||||||
/* EXR register */
|
/* EXR register */
|
||||||
unsigned char b[REGISTER_SIZE];
|
unsigned char b[REGISTER_SIZE];
|
||||||
unsigned char l;
|
unsigned char l;
|
||||||
read_relative_register_raw_bytes (regno, b);
|
frame_register_read (selected_frame, regno, b);
|
||||||
l = b[REGISTER_VIRTUAL_SIZE (EXR_REGNUM) - 1];
|
l = b[REGISTER_VIRTUAL_SIZE (EXR_REGNUM) - 1];
|
||||||
printf_unfiltered ("\t");
|
printf_unfiltered ("\t");
|
||||||
printf_unfiltered ("T-%d - - - ", (l & 0x80) != 0);
|
printf_unfiltered ("T-%d - - - ", (l & 0x80) != 0);
|
||||||
|
Reference in New Issue
Block a user