Track export data on Guest Functions

This commit is contained in:
Dr. Chat
2015-11-28 13:55:14 -06:00
committed by Ben Vanik
parent 42c657c40a
commit db8eb83057
3 changed files with 10 additions and 3 deletions

View File

@@ -475,7 +475,7 @@ bool XexModule::SetupLibraryImports(const char* name,
XELOGW("WARNING: Imported kernel function %s is unimplemented!",
import_name.GetString());
}
static_cast<GuestFunction*>(function)->SetupExtern(handler);
static_cast<GuestFunction*>(function)->SetupExtern(handler, kernel_export);
}
function->set_status(Symbol::Status::kDeclared);
} else {