summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:21:14 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:21:14 -0800
commit0073e7a69e55eb435fc2e274ba245a27779963e4 (patch)
tree137d7a8f1bbdd53cebebdae49e91627679d476c1 /src/target/arm_simulator.c
parent31e3ea7c19d39589ac9a8b2220331206b6d1e25c (diff)
downloadopenocd+libswd-0073e7a69e55eb435fc2e274ba245a27779963e4.tar.gz
openocd+libswd-0073e7a69e55eb435fc2e274ba245a27779963e4.tar.bz2
openocd+libswd-0073e7a69e55eb435fc2e274ba245a27779963e4.tar.xz
openocd+libswd-0073e7a69e55eb435fc2e274ba245a27779963e4.zip
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm_simulator.c')
-rw-r--r--src/target/arm_simulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm_simulator.c b/src/target/arm_simulator.c
index a1ed54c7..326240bf 100644
--- a/src/target/arm_simulator.c
+++ b/src/target/arm_simulator.c
@@ -673,7 +673,7 @@ int arm_simulate_step_core(struct target *target,
if (instruction.info.load_store_multiple.register_list & 0x8000)
update_cpsr = 1;
else
- mode = ARMV4_5_MODE_USR;
+ mode = ARM_MODE_USR;
}
for (i = 0; i < 16; i++)
@@ -731,7 +731,7 @@ int arm_simulate_step_core(struct target *target,
if (instruction.info.load_store_multiple.S)
{
- mode = ARMV4_5_MODE_USR;
+ mode = ARM_MODE_USR;
}
switch (instruction.info.load_store_multiple.addressing_mode)