Skip to content

Commit

Permalink
Missed a ws
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Apr 25, 2024
1 parent d9e00c0 commit 72c3b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ void MacroAssembler::j(const address dest, Register temp) {
}
}

void MacroAssembler::j(const Address &adr, Register temp) {
void MacroAssembler::j(const Address &adr, Register temp) {
switch (adr.getMode()) {
case Address::literal: {
relocate(adr.rspec(), [&] {
Expand Down

0 comments on commit 72c3b0b

Please sign in to comment.