Skip to content

function properties problem #4343

Answered by psifertex
sunbo2001 asked this question in Q&A
May 25, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

I'm marking this as the answer -- the first part of the question above is actually a misunderstanding of what clobbers do. Clobbers don't control arguments at all, they're related to the calling convention. The way to fix an incorrect number of arguments is to change the type either with y if it's always a single argument, or right-click and choose "override call type" if it's a variadic function for example like printf where the argument count can change.

As to the second issue, that's actually #4027 and is indeed an issue that we're tracking there.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@psifertex
Comment options

Answer selected by psifertex
@sunbo2001
Comment options

@psifertex
Comment options

Comment options

You must be logged in to vote
1 reply
@psifertex
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants