| Index: src/s390/assembler-s390-inl.h
|
| diff --git a/src/s390/assembler-s390-inl.h b/src/s390/assembler-s390-inl.h
|
| index 1990d6787d5b7146098ac2e7ae28641f9568b56b..3e7ff1061174d020871d2aeb8dea7d20bfeed6b5 100644
|
| --- a/src/s390/assembler-s390-inl.h
|
| +++ b/src/s390/assembler-s390-inl.h
|
| @@ -48,7 +48,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return false; }
|
| +bool CpuFeatures::SupportsWasmSimd128() { return false; }
|
|
|
| void RelocInfo::apply(intptr_t delta) {
|
| // Absolute code pointer inside code object moves with the code object.
|
|
|