Revision 26a76461 hw/sh7750.c

b/hw/sh7750.c
124 124
		       s->periph_freq);
125 125
    if (next == now)
126 126
	next = now + 1;
127
    fprintf(stderr, "now=%016llx, next=%016llx\n", now, next);
127
    fprintf(stderr, "now=%016" PRIx64 ", next=%016" PRIx64 "\n", now, next);
128 128
    fprintf(stderr, "timer will underflow in %f seconds\n",
129 129
	    (float) (next - now) / (float) ticks_per_sec);
130 130

  

Also available in: Unified diff