summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 16:57:49 +0800
committerAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 16:57:49 +0800
commit8a871560f99779b279623540588f7295fe041781 (patch)
tree674935a91127b80bbfaabe46b5fea53ba00401ba /src/target/arm_simulator.h
parent4a1bd5b80603f73593fd7094d7da41ff72130461 (diff)
downloadopenocd+libswd-8a871560f99779b279623540588f7295fe041781.tar.gz
openocd+libswd-8a871560f99779b279623540588f7295fe041781.tar.bz2
openocd+libswd-8a871560f99779b279623540588f7295fe041781.tar.xz
openocd+libswd-8a871560f99779b279623540588f7295fe041781.zip
ARM_SIMULATOR: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/target/arm_simulator.h')
-rw-r--r--src/target/arm_simulator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h
index bd5458e4..b332a174 100644
--- a/src/target/arm_simulator.h
+++ b/src/target/arm_simulator.h
@@ -40,8 +40,4 @@ struct arm_sim_interface
/* armv4_5 version */
int arm_simulate_step(struct target *target, uint32_t *dry_run_pc);
-/* a generic arm simulator. Caller must implement the sim interface */
-int arm_simulate_step_core(struct target *target,
- uint32_t *dry_run_pc, struct arm_sim_interface *sim);
-
#endif /* ARM_SIMULATOR_H */