Unicorn interface working with test app in 32bit and 64bit builds.

This commit is contained in:
xorstream
2017-01-20 17:27:22 +11:00
parent 1aeaf5c40d
commit 002151874a
17 changed files with 248 additions and 829 deletions

View File

@@ -400,7 +400,7 @@ static void flatview_destroy(FlatView *view)
static void flatview_ref(FlatView *view)
{
atomic_inc(&view->ref);
atomic_inc(&view->ref);
}
static void flatview_unref(FlatView *view)