Skip to content

Commit

Permalink
8310915: Typo in aarch64.ad: "envcodings"
Browse files Browse the repository at this point in the history
Reviewed-by: thartmann
  • Loading branch information
Brian Stafford authored and pull[bot] committed Aug 20, 2024
1 parent 3964c8b commit 3de0801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/aarch64.ad
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@ encode %{
}
%}

/// mov envcodings
// mov encodings

enc_class aarch64_enc_movw_imm(iRegI dst, immI src) %{
uint32_t con = (uint32_t)$src$$constant;
Expand Down

0 comments on commit 3de0801

Please sign in to comment.