mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-05-30 11:17:04 +00:00
We check that all members of the QLit dictionary are also in the QDict. We neglect to check the other direction. Comparing the number of members suffices, because QDict can't contain duplicate members, and putting duplicates in a QLit is a programming error. Backports commit 6da8a7a3b444211914418d2b3c7dc615d70a7d2d from qemu |
||
---|---|---|
.. | ||
Makefile.objs | ||
qbool.c | ||
qdict.c | ||
qlist.c | ||
qlit.c | ||
qnull.c | ||
qnum.c | ||
qobject.c | ||
qstring.c |