vm_ptr: function format changed

This commit is contained in:
Nekotekina 2015-01-28 15:59:16 +03:00
parent 1c4db01e19
commit 579a88b7c4
37 changed files with 216 additions and 171 deletions

View file

@ -325,7 +325,7 @@ namespace loader
for (auto &e : m.second.exports)
{
module->RegisterLLEFunc(e.first, vm::ptr<void(*)()>::make(e.second));
module->RegisterLLEFunc(e.first, vm::ptr<void()>::make(e.second));
}
}
}