| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 799561eb8b38b1d26756302fc2b95f560685cced..df9b65e9f93c8e8455cc0af19f80ec23345a0e1d 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -220,8 +220,11 @@ void Float32x4::Float32x4Print(std::ostream& os) { // NOLINT
|
| } \
|
| }
|
| SIMD128_INT_PRINT_FUNCTION(Int32x4, 4)
|
| +SIMD128_INT_PRINT_FUNCTION(Uint32x4, 4)
|
| SIMD128_INT_PRINT_FUNCTION(Int16x8, 8)
|
| +SIMD128_INT_PRINT_FUNCTION(Uint16x8, 8)
|
| SIMD128_INT_PRINT_FUNCTION(Int8x16, 16)
|
| +SIMD128_INT_PRINT_FUNCTION(Uint8x16, 16)
|
| #undef SIMD128_INT_PRINT_FUNCTION
|
|
|
|
|
|
|