aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debugger/debug_internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index 8292854..f7ab7d5 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -304,8 +304,8 @@ ENUM_END(bkpt_type_t)
/* FIXME: Need to validate against the ecos-generic-stub.c Error enums */
ENUM_BEGIN
ENUM_VALASSIGN(MSG_SIG_DEFAULT, 0) /**< Normal Signal Response. */
-ENUM_VALASSIGN(MSG_SIG_PREFETCH, 0) /**< Prefetch Abort Signal Response. */
-ENUM_VALASSIGN(MSG_SIG_DATA, 0) /**< Data Abort Signal Response. */
+ENUM_VAL(MSG_SIG_PREFETCH) /**< Prefetch Abort Signal Response. */
+ENUM_VAL(MSG_SIG_DATA) /**< Data Abort Signal Response. */
ENUM_END(dbg_msg_signo)
/** Debugger Message Error Enums