Updated mode string list.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2713 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
7e4f9ac697
commit
f0ddb40ced
|
@ -70,8 +70,8 @@ char* armv7a_core_reg_list[] =
|
||||||
|
|
||||||
char * armv7a_mode_strings_list[] =
|
char * armv7a_mode_strings_list[] =
|
||||||
{
|
{
|
||||||
"Illegal mode value", "System and User", "FIQ", "IRQ",
|
"Illegal mode value", "User", "FIQ", "IRQ",
|
||||||
"Supervisor", "Abort", "Undefined", "Monitor"
|
"Supervisor", "Abort", "Undefined", "System", "Monitor"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Hack! Yuk! allow -1 index, which simplifies codepaths elsewhere in the code */
|
/* Hack! Yuk! allow -1 index, which simplifies codepaths elsewhere in the code */
|
||||||
|
|
Loading…
Reference in New Issue