Ripes icon indicating copy to clipboard operation
Ripes copied to clipboard

unreachable code for REMU in rv_alu.h

Open ilyakurdyukov opened this issue 1 month ago • 0 comments

https://github.com/mortbopet/Ripes/blob/878087332afa3558dc8ca657f80a16ecdcf82818/src/processors/RISC-V/rv_alu.h#L105

This is literally unreachable code that was copied from DIV to REMU. GCC seems to be blind to notice this, but the EDG frontend sees this.

ilyakurdyukov avatar May 12 '24 02:05 ilyakurdyukov