mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}
This patch is to fix two ARI warnings for nat/aarch64-linux-hw-point.{c,h}. gdb: 2015-07-20 Yao Qi <yao.qi@linaro.org> * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint): Re-indent the code. * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than "unsigned long long".
This commit is contained in:
@ -409,12 +409,13 @@ aarch64_handle_unaligned_watchpoint (enum target_hw_bp_type type,
|
||||
aligned_len);
|
||||
|
||||
if (show_debug_regs)
|
||||
debug_printf (
|
||||
"handle_unaligned_watchpoint: is_insert: %d\n"
|
||||
" aligned_addr: %s, aligned_len: %d\n"
|
||||
" next_addr: %s, next_len: %d\n",
|
||||
is_insert, core_addr_to_string_nz (aligned_addr), aligned_len,
|
||||
core_addr_to_string_nz (addr), len);
|
||||
debug_printf ("handle_unaligned_watchpoint: is_insert: %d\n"
|
||||
" "
|
||||
"aligned_addr: %s, aligned_len: %d\n"
|
||||
" "
|
||||
"next_addr: %s, next_len: %d\n",
|
||||
is_insert, core_addr_to_string_nz (aligned_addr),
|
||||
aligned_len, core_addr_to_string_nz (addr), len);
|
||||
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user