From: <ml...@ma...> - 2009-09-15 17:50:13
|
Author: mlu Date: 2009-09-15 17:50:09 +0200 (Tue, 15 Sep 2009) New Revision: 2713 Modified: trunk/src/target/armv7a.c Log: Updated mode string list. Modified: trunk/src/target/armv7a.c =================================================================== --- trunk/src/target/armv7a.c 2009-09-15 15:41:14 UTC (rev 2712) +++ trunk/src/target/armv7a.c 2009-09-15 15:50:09 UTC (rev 2713) @@ -70,8 +70,8 @@ char * armv7a_mode_strings_list[] = { - "Illegal mode value", "System and User", "FIQ", "IRQ", - "Supervisor", "Abort", "Undefined", "Monitor" + "Illegal mode value", "User", "FIQ", "IRQ", + "Supervisor", "Abort", "Undefined", "System", "Monitor" }; /* Hack! Yuk! allow -1 index, which simplifies codepaths elsewhere in the code */ |