Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index de8aa444d45d7eeecf0c8ec843a2534abd9b9f56..3f7e5ddc3cb606badc27deb65871c29d43c905d0 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -221,8 +221,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 |