Skip to content

Commit

Permalink
Merge commit '05fbdf5' into pull-luajit-jan2018
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Jan 17, 2018
2 parents 8afd558 + 05fbdf5 commit f4fbf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_asm_x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ static void asm_sload(ASMState *as, IRIns *ir)
emit_i8(as, irt_toitype(t));
emit_rr(as, XO_ARITHi8, XOg_CMP, tmp);
emit_shifti(as, XOg_SAR|REX_64, tmp, 47);
emit_rmro(as, XO_MOV, tmp|REX_64, base, ofs+4);
emit_rmro(as, XO_MOV, tmp|REX_64, base, ofs);
}
}
}
Expand Down

0 comments on commit f4fbf81

Please sign in to comment.