summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 23:50:26 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 23:50:26 -0800
commit181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed (patch)
tree0a7919ba0218d5a8a81b309a7cd2acc9a7a93839 /src/target/arm11.c
parentec93209f51afc09e273a4742dc0b5f2cefc15e76 (diff)
downloadopenocd+libswd-181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed.tar.gz
openocd+libswd-181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed.tar.bz2
openocd+libswd-181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed.tar.xz
openocd+libswd-181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed.zip
ARM: add is_arm_mode()
Add a new is_arm_mode() predicate, and use it to replace almost all calls to current armv4_5_mode_to_number(). Eventually those internal mode numbers should vanish... along with their siblings in the armv7a.c file. Remove a handful of superfluous checks ... e.g. the mode number was just initialized, or (debug entry methods) already validated. Move one of the macros using internal mode numbers into the only file which uses that macro. Make the tables manipulated with those numbers be read-only and, where possible, static so they're not confused with part of the generic ARM interface. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index 5e732758..3a235852 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -1603,7 +1603,7 @@ static int arm11_run_algorithm(struct target *target,
}
// FIXME
-// if (armv4_5_mode_to_number(arm11->core_mode)==-1)
+// if (!is_arm_mode(arm11->core_mode))
// return ERROR_FAIL;
// Save regs