anotyer cygwin compile fix
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
134df4b701
commit
a34345451d
|
@ -641,7 +641,8 @@ static int stellaris_protect_check(struct flash_bank *bank)
|
||||||
status = target_read_u32(bank->target,
|
status = target_read_u32(bank->target,
|
||||||
SCB_BASE + (i ? (FMPPE0 + 4 * i) : FMPPE),
|
SCB_BASE + (i ? (FMPPE0 + 4 * i) : FMPPE),
|
||||||
&lockbits);
|
&lockbits);
|
||||||
LOG_DEBUG("FMPPE%d = %#8.8x (status %d)", i, lockbits, status);
|
LOG_DEBUG("FMPPE%d = %#8.8x (status %d)", i,
|
||||||
|
(unsigned) lockbits, status);
|
||||||
if (status != ERROR_OK)
|
if (status != ERROR_OK)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue