Skip to content

Commit

Permalink
Increased max length of OP_STOREX_MEMBASE to 16 on arm64, (#83770)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandupej committed Mar 22, 2023
1 parent b69b359 commit c77093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-arm64.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ r8const: dest:f len:20
label: len:0
store_membase_imm: dest:b len:20
store_membase_reg: dest:b src1:i len:20
storex_membase: dest:b src1:x len:12
storex_membase: dest:b src1:x len:16
storei1_membase_imm: dest:b len:20
storei1_membase_reg: dest:b src1:i len:12
storei2_membase_imm: dest:b len:20
Expand Down

0 comments on commit c77093d

Please sign in to comment.