sim: common: trim trailing whitespace

This commit is contained in:
Mike Frysinger
2011-03-15 03:16:17 +00:00
parent 7f35e99197
commit 028f651542
42 changed files with 300 additions and 292 deletions

View File

@@ -220,7 +220,7 @@ sim_core_map_attach (SIM_DESC sd,
last_mapping = &next_mapping->next;
next_mapping = next_mapping->next;
}
/* check insertion point correct */
SIM_ASSERT (next_mapping == NULL || next_mapping->level >= level);
if (next_mapping != NULL && next_mapping->level == level
@@ -376,7 +376,7 @@ sim_core_attach (SIM_DESC sd,
}
/* attach the region to all applicable access maps */
for (map = 0;
for (map = 0;
map < nr_maps;
map++)
{
@@ -388,7 +388,7 @@ sim_core_attach (SIM_DESC sd,
free_buffer = NULL;
}
}
/* Just copy this map to each of the processor specific data structures.
FIXME - later this will be replaced by true processor specific
maps. */
@@ -538,9 +538,9 @@ sim_core_read_buffer (SIM_DESC sd,
(unsigned_1*)buffer + count,
mapping->space,
raddr,
nr_bytes,
nr_bytes,
sd,
cpu,
cpu,
cia) != nr_bytes)
break;
count += nr_bytes;
@@ -607,7 +607,7 @@ sim_core_write_buffer (SIM_DESC sd,
raddr,
nr_bytes,
sd,
cpu,
cpu,
cia) != nr_bytes)
break;
count += nr_bytes;
@@ -672,7 +672,7 @@ sim_core_set_xor (SIM_DESC sd,
core->byte_xor = WITH_XOR_ENDIAN - 1;
else
core->byte_xor = 0;
}
}
}
}
else {
@@ -749,8 +749,8 @@ sim_core_xor_read_buffer (SIM_DESC sd,
}
}
#endif
#if EXTERN_SIM_CORE_P
unsigned
sim_core_xor_write_buffer (SIM_DESC sd,