adjust for updated v8 in 8.11
This commit is contained in:
parent
74347211e6
commit
768bdd9ac4
@ -21,6 +21,9 @@ const script = `
|
||||
kCpuFeaturesOffset = 0x0c;
|
||||
} else
|
||||
if (modules === 57) {
|
||||
if (v8 === '6.2') {
|
||||
kCpuFeaturesOffset = 0x0c;
|
||||
} else
|
||||
if (v8 === '5.8') {
|
||||
kCpuFeaturesOffset = 0x0c;
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user