Index: src/compiler/instruction.cc |
diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc |
index 5f02f11efde297bfca8f266172353a37d5859568..774843ced3038740356b0f5a78f4a0dfc3d3bd7e 100644 |
--- a/src/compiler/instruction.cc |
+++ b/src/compiler/instruction.cc |
@@ -272,8 +272,9 @@ void ReferenceMap::RecordReference(const AllocatedOperand& op) { |
std::ostream& operator<<(std::ostream& os, const ReferenceMap& pm) { |
os << "{"; |
bool first = true; |
- PrintableInstructionOperand poi = {RegisterConfiguration::ArchDefault(), |
- InstructionOperand()}; |
+ PrintableInstructionOperand poi = { |
+ RegisterConfiguration::ArchDefault(RegisterConfiguration::TURBOFAN), |
+ InstructionOperand()}; |
for (auto& op : pm.reference_operands_) { |
if (!first) { |
os << ";"; |