Chromium Code Reviews| Index: src/s390/macro-assembler-s390.cc |
| diff --git a/src/s390/macro-assembler-s390.cc b/src/s390/macro-assembler-s390.cc |
| index 48f99549186f8208a96736e72007bee9c9b39933..3b3f7dc430f7c8a3ab06cf4e231704452fcef20b 100644 |
| --- a/src/s390/macro-assembler-s390.cc |
| +++ b/src/s390/macro-assembler-s390.cc |
| @@ -4215,7 +4215,7 @@ void MacroAssembler::Load(Register dst, const Operand& opnd) { |
| #endif |
| } else { |
| #if V8_TARGET_ARCH_S390X |
| - llilf(dst, opnd); |
| + lgfi(dst, opnd); |
|
JoranSiu
2016/12/08 02:51:37
Is this a functional bug that we might need to bac
|
| #else |
| iilf(dst, opnd); |
| #endif |