Forum Discussion
Altera_Forum
Honored Contributor
18 years agoupdate
I have changed a function slightly, previously it was that a pointer is passed to function, which writes some data there, then "main" reads the data from the pointer and uses it. Now I changed function so that with this particular call the function returns the value directly rather than with the pointer passed. And it works OK. The problem is gone, but its unclear nature still worries me. Anyone faced that situation?