Closed paulfloyd closed 5 months ago
https://github.com/petrpavlu/valgrind-riscv64/blob/0a389c93602c9847eed7fd28fd2934c9e5721387/VEX/priv/guest_riscv64_toIR.c#L1621
priv/guest_riscv64_toIR.c:1621:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 1621 | if (fm = 0b1000) | ^~
Should probably be "=="
Thanks, fixed in 8107c9e58299e826eaa933abf83860bd4ee3cf50.
https://github.com/petrpavlu/valgrind-riscv64/blob/0a389c93602c9847eed7fd28fd2934c9e5721387/VEX/priv/guest_riscv64_toIR.c#L1621
Should probably be "=="