Skip to content

Commit

Permalink
Fix ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kennke committed Sep 25, 2023
1 parent 8617a59 commit c117e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ void LIR_Assembler::emit_alloc_array(LIR_OpAllocArray* op) {
op->tmp1()->as_register(),
op->tmp2()->as_register(),
op->tmp3()->as_register(),
arrayOopDesc::base_offset_in_bytes(),
arrayOopDesc::base_offset_in_bytes(op->type()),
type2aelembytes(op->type()),
op->klass()->as_register(),
*op->stub()->entry());
Expand Down

0 comments on commit c117e39

Please sign in to comment.