uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.14k stars 253 forks source link

RiscV ipcalc subject fails to resolve `__fprintf_chk` #1240

Closed uxmal closed 1 year ago

uxmal commented 1 year ago

Several places in ipcalc_text.c have failures to resolve the varargs of __fprintf_chk. This is likely due to the registers of the ABI not being specified correctly.