Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Jul 20, 2023
1 parent 2df08e0 commit c89ae15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erts/emulator/beam/jit/arm/instr_arith.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ void BeamModuleAssembler::emit_i_mul_add(const ArgLabel &Fail,
a.mul(ARG1, TMP3, TMP4);
a.smulh(TMP2, TMP3, TMP4);
}

if (is_increment_zero) {
a.add(ARG1, ARG1, imm(_TAG_IMMED1_SMALL));
} else {
Expand Down

0 comments on commit c89ae15

Please sign in to comment.