- Replace 'for(' with 'for ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2360 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1783,7 +1783,7 @@ int xscale_full_context(target_t *target)
|
||||
* we can't enter User mode on an XScale (unpredictable),
|
||||
* but User shares registers with SYS
|
||||
*/
|
||||
for(i = 1; i < 7; i++)
|
||||
for (i = 1; i < 7; i++)
|
||||
{
|
||||
int valid = 1;
|
||||
|
||||
@@ -1855,7 +1855,7 @@ int xscale_restore_context(target_t *target)
|
||||
* we can't enter User mode on an XScale (unpredictable),
|
||||
* but User shares registers with SYS
|
||||
*/
|
||||
for(i = 1; i < 7; i++)
|
||||
for (i = 1; i < 7; i++)
|
||||
{
|
||||
int dirty = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user