Re: [PATCH v3 16/51] target/arm: Make check_watchpoint_in_range static
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/7/26 22:53, Richard Henderson wrote: > This function is not used outside hyp_gdbstub.c. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/internals.h | 1 - > target/arm/hyp_gdbstub.c | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>