summaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-09 08:04:31 +0800
committerTat-Chee Wan (USM)2011-07-09 08:04:31 +0800
commita250b0f75e58053ee3e7428b8499baa9ddec3e88 (patch)
tree9d736c1473a2b081c5746a68fe5cb640d4029bfd /Debugger/debug_internals.h
parent7d70ae2da93e8fe92e0eb471ed4278a59cab0cf8 (diff)
cleanup abort handler to armdebug interface
Diffstat (limited to 'Debugger/debug_internals.h')
-rw-r--r--Debugger/debug_internals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index 91a55cb..56cf26a 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -346,10 +346,10 @@ ENUM_END(register_enum_t)
* Note: The values must align with those defined in NxOS's _abort.h
*/
ENUM_BEGIN
-ENUM_VALASSIGN(ABORT_PREFETCH,0) /**< Prefetch Abort. */
-ENUM_VAL(ABORT_DATA) /**< Data Abort. */
-ENUM_VAL(ABORT_SPURIOUS) /**< Spurious IRQ. */
-ENUM_VAL(ABORT_ILLEGAL) /**< Illegal Instruction. */
+ENUM_VALASSIGN(DISP_ABORT_PREFETCH,0) /**< Prefetch Abort. */
+ENUM_VAL(DISP_ABORT_DATA) /**< Data Abort. */
+ENUM_VAL(DISP_ABORT_SPURIOUS) /**< Spurious IRQ. */
+ENUM_VAL(DISP_ABORT_ILLEGAL) /**< Illegal Instruction. */
ENUM_END(abort_type_t)
#endif /* __DEBUG_INTERNALS_H__ */