From 26a76461f259031f2c30cd5843a5ca91e056cf03 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 25 Jun 2006 18:15:32 +0000 Subject: C99 64 bit printf git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2018 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/cuda.c') diff --git a/hw/cuda.c b/hw/cuda.c index dec5ffb310..f3c2b56010 100644 --- a/hw/cuda.c +++ b/hw/cuda.c @@ -209,7 +209,7 @@ static int64_t get_next_irq_time(CUDATimer *s, int64_t current_time) } #if 0 #ifdef DEBUG_CUDA - printf("latch=%d counter=%lld delta_next=%lld\n", + printf("latch=%d counter=%" PRId64 " delta_next=%" PRId64 "\n", s->latch, d, next_time - d); #endif #endif -- cgit 1.4.1