Index: src/compiler/machine-type.cc |
diff --git a/src/compiler/machine-type.cc b/src/compiler/machine-type.cc |
index b02fe293148f5c261b477345fd562b43fc4bd4a4..33ac20f36cf1a3abe7fcb45055d28a009d881bd8 100644 |
--- a/src/compiler/machine-type.cc |
+++ b/src/compiler/machine-type.cc |
@@ -11,7 +11,7 @@ namespace compiler { |
#define PRINT(bit) \ |
if (type & bit) { \ |
- if (before) os << "|"; \ |
+ if (before) os << "+"; \ |
os << #bit; \ |
before = true; \ |
} |