]> Git Repo - qemu.git/blobdiff - hw/mipsnet.c
hw/virtio9p: Use appropriate debug print functions in TLINK path
[qemu.git] / hw / mipsnet.c
index a95b3ce07b65f6097496b53dc90569cfd851c79c..c5e54ffc359208c5eae19c242a4556262010f59e 100644 (file)
@@ -81,7 +81,7 @@ static ssize_t mipsnet_receive(VLANClientState *nc, const uint8_t *buf, size_t s
     MIPSnetState *s = DO_UPCAST(NICState, nc, nc)->opaque;
 
 #ifdef DEBUG_MIPSNET_RECEIVE
-    printf("mipsnet: receiving len=%d\n", size);
+    printf("mipsnet: receiving len=%zu\n", size);
 #endif
     if (!mipsnet_can_receive(nc))
         return -1;
This page took 0.02476 seconds and 4 git commands to generate.