mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8283937: riscv: RVC: Fix c_beqz to c_bnez
Reviewed-by: shade
This commit is contained in:
parent
51c05e8219
commit
720e751f35
1 changed files with 1 additions and 1 deletions
|
@ -2795,7 +2795,7 @@ public:
|
|||
}
|
||||
|
||||
INSN(beq, c_beqz, _beq);
|
||||
INSN(bne, c_beqz, _bne);
|
||||
INSN(bne, c_bnez, _bne);
|
||||
|
||||
#undef INSN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue