From: <ml...@ma...> - 2009-09-08 17:32:19
|
Author: mlu Date: 2009-09-08 17:32:18 +0200 (Tue, 08 Sep 2009) New Revision: 2678 Modified: trunk/src/target/armv7a.c Log: Report correct core instruction state for ARMv/A targets Modified: trunk/src/target/armv7a.c =================================================================== --- trunk/src/target/armv7a.c 2009-09-08 15:31:24 UTC (rev 2677) +++ trunk/src/target/armv7a.c 2009-09-08 15:32:18 UTC (rev 2678) @@ -192,7 +192,7 @@ LOG_USER("target halted in %s state due to %s, current mode: %s\n" "%s: 0x%8.8" PRIx32 " pc: 0x%8.8" PRIx32 "\n" "MMU: %s, D-Cache: %s, I-Cache: %s", - armv7a_state_strings[armv4_5->core_state], + armv7a_state_strings[armv7a->core_state], Jim_Nvp_value2name_simple(nvp_target_debug_reason, target->debug_reason)->name, armv7a_mode_strings[ |