You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the reason is that both modff and fpmodf have the same value (2634040448) and retdec-bin2llvmir fails to compare them in a deterministic way, so sometimes fpmodf is generated instead of modff:
$ retdec-fileinfo double-read-modf.pic32.gcc.O0.g.elf -v | grep 2634040448
1497 modff DATA OBJECT GLOBAL Default visibility 92 2634040448 0
2987 fpmodf DATA OBJECT GLOBAL Default visibility 92 2634040448 0
@PeterMatula, shouldn't this be solved by the changes in #116? IIRC we have discussed this some time ago.
Regression test
double-read-modf
on Windows sometimes fails on:Looks like
fpmodf()
is sometimes generated instead ofmodff()
.The text was updated successfully, but these errors were encountered: