We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a992f2e + 5922594 commit 58f13cdCopy full SHA for 58f13cd
debug_reg_printer.c
@@ -73,7 +73,7 @@ static unsigned int riscv_debug_reg_fields_to_s(char *buf, unsigned int offset,
73
74
uint64_t field_value = riscv_debug_reg_field_value(list.field, value);
75
76
- if ((show == RISCV_DEBUG_REG_SHOW_ALL) ||
+ if (show == RISCV_DEBUG_REG_SHOW_ALL ||
77
(show == RISCV_DEBUG_REG_HIDE_UNNAMED_0 &&
78
(field_value != 0 ||
79
(list.field.values && list.field.values[0]))) ||
0 commit comments