mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
qom/object.c: Fix typo
A simple typo (noticed by inspection). Signed-off-by: Doug Evans <dje@google.com> Message-Id: <000000000000530c7105bb191b33@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Doug Evans <dje@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b7d77f5a8e
commit
3a2e982d47
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ static void object_finalize(void *data)
|
|||
|
||||
/* Find the minimum alignment guaranteed by the system malloc. */
|
||||
#if __STDC_VERSION__ >= 201112L
|
||||
typddef max_align_t qemu_max_align_t;
|
||||
typedef max_align_t qemu_max_align_t;
|
||||
#else
|
||||
typedef union {
|
||||
long l;
|
||||
|
|
Loading…
Reference in a new issue