qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.0? 6/6] include/disas/dis-asm.h: Handle being included


From: Richard Henderson
Subject: Re: [PATCH for-6.0? 6/6] include/disas/dis-asm.h: Handle being included outside 'extern "C"'
Date: Fri, 16 Apr 2021 10:18:45 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/16/21 6:55 AM, Peter Maydell wrote:
Make dis-asm.h handle being included outside an 'extern "C"' block;
this allows us to remove the 'extern "C"' blocks that our two C++
files that include it are using.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/disas/dis-asm.h | 12 ++++++++++--
  disas/arm-a64.cc        |  2 --
  disas/nanomips.cpp      |  2 --
  3 files changed, 10 insertions(+), 6 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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