From 57fc63f9f16934be777a14707d518ea9c9c3db80 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Sun, 28 Feb 2010 22:52:06 +0000 Subject: cm3-ftest: change to use arm disassemble Signed-off-by: Spencer Oliver --- testing/examples/cortex/cm3-ftest.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/examples/cortex/cm3-ftest.cfg b/testing/examples/cortex/cm3-ftest.cfg index 2dae2493..2c7809d3 100644 --- a/testing/examples/cortex/cm3-ftest.cfg +++ b/testing/examples/cortex/cm3-ftest.cfg @@ -63,7 +63,7 @@ proc load_and_run { name halfwords n_instr } { mwh $addr 0xe7fe # disassemble, as sanity check and what's-happening trace - cortex_m3 disassemble 0x20000000 [expr 1 + $n_instr ] + arm disassemble 0x20000000 [expr 1 + $n_instr ] # Assume that block of code is at most 16 halfwords long. # Create a basic table of loop-to-self exception handlers. -- cgit v1.2.3