Skip to content

Commit

Permalink
Unnecessary break
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFYang committed Dec 16, 2024
1 parent 6a874bf commit cb05d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5856,7 +5856,6 @@ void MacroAssembler::zext(Register dst, Register src, int bits) {
case 8:
zext_b(dst, src);
return;
break;
default:
break;
}
Expand Down

0 comments on commit cb05d8e

Please sign in to comment.