aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/internal.h')
-rw-r--r--target/hexagon/internal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/hexagon/internal.h b/target/hexagon/internal.h
index beb08cb..32e96f0 100644
--- a/target/hexagon/internal.h
+++ b/target/hexagon/internal.h
@@ -20,17 +20,6 @@
#include "qemu/log.h"
-/*
- * Change HEX_DEBUG to 1 to turn on debugging output
- */
-#define HEX_DEBUG 0
-#define HEX_DEBUG_LOG(...) \
- do { \
- if (HEX_DEBUG) { \
- qemu_log(__VA_ARGS__); \
- } \
- } while (0)
-
int hexagon_gdb_read_register(CPUState *cpu, GByteArray *buf, int reg);
int hexagon_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg);
int hexagon_hvx_gdb_read_register(CPUState *env, GByteArray *mem_buf, int n);