ARM_SIMULATOR: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user