We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2086a54 commit d5f25baCopy full SHA for d5f25ba
genericPatcher/kern_start.cpp
@@ -29,11 +29,11 @@ PluginConfiguration ADDPR(config) {
29
parseModuleVersion(xStringify(MODULE_VERSION)),
30
LiluAPI::AllowNormal | LiluAPI::AllowInstallerRecovery,
31
bootargOff,
32
- arrsize(bootargOff),
+ sizeof(bootargOff)/sizeof(bootargOff[0]),
33
bootargDebug,
34
- arrsize(bootargDebug),
+ sizeof(bootargDebug)/sizeof(bootargDebug[0]),
35
bootargBeta,
36
- arrsize(bootargBeta),
+ sizeof(bootargBeta)/sizeof(bootargBeta[0]),
37
KernelVersion::Yosemite,
38
KernelVersion::HighSierra,
39
[]() {
0 commit comments