qlit: use QType instead of int

Backports commit 3d96ea44d4dde442094b7d9e5b71ef61b4c4ae39 from qemu
This commit is contained in:
Marc-André Lureau 2018-03-20 10:28:03 -04:00 committed by Lioncash
parent c6dd0d3bef
commit 6b2143ad64
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -20,7 +20,7 @@ typedef struct QLitDictEntry QLitDictEntry;
typedef struct QLitObject QLitObject;
struct QLitObject {
int type;
QType type;
union {
bool qbool;
int64_t qnum;