qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 04/10] disas: Clean up CPUDebug initialization


From: Thomas Huth
Subject: Re: [PATCH v2 04/10] disas: Clean up CPUDebug initialization
Date: Thu, 17 Sep 2020 16:50:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

On 15/09/2020 01.02, Richard Henderson wrote:
> Rename several functions, dropping "generic" and making "host"
> vs "target" clearer.  Make a bunch of functions static that are
> not used outside this file. Replace INIT_DISASSEMBLE_INFO with
> a trio of functions.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/disas/dis-asm.h |  60 --------
>  disas.c                 | 326 ++++++++++++++++++----------------------
>  2 files changed, 148 insertions(+), 238 deletions(-)
> 
> diff --git a/include/disas/dis-asm.h b/include/disas/dis-asm.h
> index 9856bf7921..d2418c977e 100644
> --- a/include/disas/dis-asm.h
> +++ b/include/disas/dis-asm.h
> @@ -461,67 +461,7 @@ int print_insn_riscv32          (bfd_vma, 
> disassemble_info*);
>  int print_insn_riscv64          (bfd_vma, disassemble_info*);
>  int print_insn_rx(bfd_vma, disassemble_info *);
>  
> -#if 0
> -/* Fetch the disassembler for a given BFD, if that support is available.  */
> -disassembler_ftype disassembler(bfd *);
> -#endif
> -
>  

By the way, while you're at it, could you please also remove the form
feed character in this file here? ... that looks really confusing in my
e-mail client otherwise.

 Thanks,
  Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]