cleanup after msvc port

This commit is contained in:
Nguyen Anh Quynh
2017-01-22 21:27:17 +08:00
parent 1a9ebbecde
commit 206819bd98
63 changed files with 117 additions and 818 deletions

View File

@@ -23,7 +23,7 @@ static void machine_finalize(struct uc_struct *uc, Object *obj, void *opaque)
static const TypeInfo machine_info = {
TYPE_MACHINE,
TYPE_OBJECT,
sizeof(MachineClass),
sizeof(MachineState),
NULL,
@@ -31,7 +31,7 @@ static const TypeInfo machine_info = {
machine_initfn,
NULL,
machine_finalize,
NULL,
NULL,