early-access version 1267

This commit is contained in:
pineappleEA
2020-12-30 13:31:17 +01:00
parent 81903025c0
commit 657cf9f90c
3 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public:
class PCIe final : public ServiceFramework<PCIe> {
public:
explicit PCIe(Core::System& system_) : ServiceFramework{system, "pcie"} {
explicit PCIe(Core::System& system_) : ServiceFramework{system_, "pcie"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "RegisterClassDriver"},