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
Later tools can't translate the call to "uf_get_gpr" if the argument is 15, but the current definition of "_R[n]" doesn't immediately preclude this case (it guards with assertions, but those are currently discarded).
Later tools can't translate the call to "uf_get_gpr" if the argument is 15, but the current definition of "_R[n]" doesn't immediately preclude this case (it guards with assertions, but those are currently discarded).
This yields an error on some binaries, i.e.
The simple fix is to guard this function with a redundant check on
n
.The text was updated successfully, but these errors were encountered: