On Sat, 15 May 2010, Blue Swirl wrote:

> Signed-off-by: Blue Swirl <blauwir...@gmail.com>
> ---
>  audio/audio_template.h  |    2 +-
>  block/curl.c            |    9 ++++---
>  block/parallels.c       |    7 ++++-
>  block/qcow2.c           |    8 ++++--
>  darwin-user/commpage.c  |    2 +-
>  darwin-user/syscall.c   |    2 +-
>  hw/vga.c                |    2 +-
>  hw/vhost_net.c          |    2 +-
>  ia64-dis.c              |    9 +++++--
>  nbd.c                   |    4 +-
>  qemu-img.c              |   10 ++++----
>  qemu-io.c               |   57 
> ++++++++++++++++++++++++-----------------------
>  target-cris/translate.c |    4 +-
>  target-ppc/translate.c  |    7 +++--
>  target-sparc/helper.c   |    2 +-
>  15 files changed, 69 insertions(+), 58 deletions(-)
> 
> diff --git a/audio/audio_template.h b/audio/audio_template.h
> index 6b19848..2f5224b 100644
> --- a/audio/audio_template.h
> +++ b/audio/audio_template.h
> @@ -541,7 +541,7 @@ uint64_t glue (AUD_get_elapsed_usec_, TYPE) (SW
> *sw, QEMUAudioTimeStamp *ts)
> 
>      cur_ts = sw->hw->ts_helper;
>      old_ts = ts->old_ts;
> -    /* dolog ("cur %lld old %lld\n", cur_ts, old_ts); */
> +    /* dolog ("cur %" PRId64 " old %" PRId64 "\n", cur_ts, old_ts); */
> 
>      if (cur_ts >= old_ts) {
>          delta = cur_ts - old_ts;

Fine with me.
[..snip..]

-- 
mailto:av1...@comtv.ru

Reply via email to