summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 86acfbde..8d1c25cc 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -51,8 +51,8 @@ enum xscale_debug_reason
enum xscale_trace_entry_type
{
- XSCALE_TRACE_MESSAGE,
- XSCALE_TRACE_ADDRESS,
+ XSCALE_TRACE_MESSAGE = 0x0,
+ XSCALE_TRACE_ADDRESS = 0x1,
};
typedef struct xscale_trace_entry_s