mirror of https://github.com/xqemu/xqemu.git
trace: fix a typo
There is no qemu_valloc() but qemu_vmalloc(). Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
876f256bde
commit
dda8521197
|
@ -35,7 +35,7 @@ disable qemu_free(void *ptr) "ptr %p"
|
|||
|
||||
# osdep.c
|
||||
disable qemu_memalign(size_t alignment, size_t size, void *ptr) "alignment %zu size %zu ptr %p"
|
||||
disable qemu_valloc(size_t size, void *ptr) "size %zu ptr %p"
|
||||
disable qemu_vmalloc(size_t size, void *ptr) "size %zu ptr %p"
|
||||
disable qemu_vfree(void *ptr) "ptr %p"
|
||||
|
||||
# hw/virtio.c
|
||||
|
|
Loading…
Reference in New Issue