diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/examples/cortex/cm3-ftest.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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. |