Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Jan 10, 2025
1 parent ab93626 commit 66d53aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/assembler_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ enum Nf {
}

// This instruction have some security implication.
// At this time it's not likley to be enable for user mode.
// At this time it's not likely to be enabled for user mode.
void cbo_inval(Register Rs1) { cbo_base<CBO_INVAL>(Rs1); }
public:
// Zicbom
Expand Down

0 comments on commit 66d53aa

Please sign in to comment.