-
I'm noticing several functions in a Thumb2 binary that I'm working with have function prototypes that aren't correct. It's simple enough to change the type of the function accordingly, but this does not change the calling code to reflect the new prototype. In many cases different call sites show different prototypes as well. Here's one example:
This function clearly takes no arguments, but for its two call sites, we have:
and
This is after setting the prototype to
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
How did you change the prototype? Just select the function name and press |
Beta Was this translation helpful? Give feedback.
-
In summary: this looks like a bug, I've filed it as #1748 since it needs to be tracked as an issue. |
Beta Was this translation helpful? Give feedback.
In summary: this looks like a bug, I've filed it as #1748 since it needs to be tracked as an issue.