qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 16/26] Hexagon (target/hexagon) compile all debug code


From: Richard Henderson
Subject: Re: [PATCH v3 16/26] Hexagon (target/hexagon) compile all debug code
Date: Thu, 8 Apr 2021 12:23:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/7/21 6:57 PM, Taylor Simpson wrote:
Change #if HEX_DEBUG to if (HEX_DEBUG) so that the debug code doesn't
bit rot.

Suggested-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/genptr.c    | 72 ++++++++++++++++++++++----------------------
  target/hexagon/helper.h    |  2 --
  target/hexagon/internal.h  | 11 +++----
  target/hexagon/op_helper.c | 14 +++------
  target/hexagon/translate.c | 74 ++++++++++++++++++++++------------------------
  target/hexagon/translate.h |  2 --
  6 files changed, 81 insertions(+), 94 deletions(-)

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

r~



reply via email to

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