mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
ARMv7M: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -527,7 +527,7 @@ struct reg_cache *armv7m_build_reg_cache(struct target *target)
|
||||
return cache;
|
||||
}
|
||||
|
||||
int armv7m_setup_semihosting(struct target *target, int enable)
|
||||
static int armv7m_setup_semihosting(struct target *target, int enable)
|
||||
{
|
||||
/* nothing todo for armv7m */
|
||||
return ERROR_OK;
|
||||
|
||||
Reference in New Issue
Block a user