mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Merge remote-tracking branch 'qmp/queue/qmp' into staging
* qmp/queue/qmp: qapi: fix qapi_dealloc_type_size parameter type Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
commit
36520faa33
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ static void qapi_dealloc_type_number(Visitor *v, double *obj, const char *name,
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void qapi_dealloc_type_size(Visitor *v, size_t *obj, const char *name,
|
static void qapi_dealloc_type_size(Visitor *v, uint64_t *obj, const char *name,
|
||||||
Error **errp)
|
Error **errp)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue