1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>

* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
	mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
	remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
	remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
	remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
	remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
	v850ice.c win32-nat.c: cosmetic changes to conform to coding
	standards.
This commit is contained in:
Fernando Nasser
1999-01-19 20:45:31 +00:00
parent d5abf0a4e6
commit ba4d67c2bf
30 changed files with 107 additions and 46 deletions

View File

@@ -184,7 +184,9 @@ static struct target_ops sh3_ops, sh3e_ops;
static char *sh3_inits[] = {"\003", NULL}; /* Exits sub-command mode & download cmds */
static struct monitor_ops sh3_cmds ;
static void init_sh3_cmds(void)
static void
init_sh3_cmds(void)
{
sh3_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_GETMEM_READ_SINGLE ; /* flags */
sh3_cmds.init = sh3_inits; /* monitor init string */