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(-)