mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:18:06 +00:00
1f54314cbb
visit_start_struct() and visit_type_enum() had a 'kind' argument that was usually set to either the stringized version of the corresponding qapi type name, or to NULL (although some clients didn't even get that right). But nothing ever used the argument. It's even hard to argue that it would be useful in a debugger, as a stack backtrace also tells which type is being visited. Therefore, drop the 'kind' argument as dead. Backports commit 337283dffbb5ad5860ed00408a5fd0665c21be07 from qemu |
||
---|---|---|
.. | ||
aarch64-softmmu | ||
aarch64eb-softmmu | ||
arm-softmmu | ||
armeb-softmmu | ||
m68k-softmmu | ||
mips-softmmu | ||
mips64-softmmu | ||
mips64el-softmmu | ||
mipsel-softmmu | ||
sparc-softmmu | ||
sparc64-softmmu | ||
unicorn | ||
unicorn_static | ||
x86_64-softmmu | ||
config-host.h | ||
prebuild_script.bat | ||
qapi-types.c | ||
qapi-types.h | ||
qapi-visit.c | ||
qapi-visit.h |