diff options
Diffstat (limited to 'compiler/dex/quick/x86/int_x86.cc')
-rw-r--r-- | compiler/dex/quick/x86/int_x86.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/quick/x86/int_x86.cc b/compiler/dex/quick/x86/int_x86.cc index 1df9254019..f4ae18fe47 100644 --- a/compiler/dex/quick/x86/int_x86.cc +++ b/compiler/dex/quick/x86/int_x86.cc @@ -1654,6 +1654,8 @@ void X86Mir2Lir::GenLongLongImm(RegLocation rl_dest, RegLocation rl_src1, X86OpCode x86op = GetOpcode(op, rl_dest, true, val_hi); NewLIR2(x86op, rl_dest.high_reg, val_hi); } + + StoreFinalValueWide(rl_dest, rl_dest); return; } |