change %x and %d to PRIx32 and PRId32 where needed for cygwin

This commit is contained in:
Daniel Bäder
2010-03-25 11:24:42 +01:00
committed by Øyvind Harboe
parent e736468b0e
commit 010492a1ed
4 changed files with 7 additions and 7 deletions

View File

@@ -718,7 +718,7 @@ static int dpm_bpwp_setup(struct arm_dpm *dpm, struct dpm_bpwp *xp,
xp->control = control;
xp->dirty = true;
LOG_DEBUG("BPWP: addr %8.8x, control %x, number %d",
LOG_DEBUG("BPWP: addr %8.8" PRIx32 ", control %" PRIx32 ", number %d",
xp->address, control, xp->number);
/* hardware is updated in write_dirty_registers() */