Track export data on Guest Functions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user