| Index: src/compiler/instruction.cc
|
| diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc
|
| index 26aebca9a81660577c4b67e6a543879a24db68de..1a9e8cc5d273d6adab77f3614858cdf985c3cb01 100644
|
| --- a/src/compiler/instruction.cc
|
| +++ b/src/compiler/instruction.cc
|
| @@ -95,7 +95,7 @@ std::ostream& operator<<(std::ostream& os,
|
| << conf->GetGeneralRegisterName(
|
| unalloc->fixed_register_index())
|
| << ")";
|
| - case UnallocatedOperand::FIXED_DOUBLE_REGISTER:
|
| + case UnallocatedOperand::FIXED_FP_REGISTER:
|
| return os << "(="
|
| << conf->GetDoubleRegisterName(
|
| unalloc->fixed_register_index())
|
|
|