]> git.proxmox.com Git - mirror_qemu.git/blobdiff - memory_mapping.c
util: aio-posix: fix a typo
[mirror_qemu.git] / memory_mapping.c
index a5d38552a6f1026cb24555a4d4ae0d46421f3165..775466f3a8187f3db84d4746c03d3b1de884e703 100644 (file)
@@ -256,7 +256,7 @@ static void guest_phys_blocks_region_add(MemoryListener *listener,
 
 #ifdef DEBUG_GUEST_PHYS_REGION_ADD
     fprintf(stderr, "%s: target_start=" TARGET_FMT_plx " target_end="
-            TARGET_FMT_plx ": %s (count: %u)\n", __FUNCTION__, target_start,
+            TARGET_FMT_plx ": %s (count: %u)\n", __func__, target_start,
             target_end, predecessor ? "joined" : "added", g->list->num);
 #endif
 }