On 2011-11-03 17:38, Tomek CEDRO wrote:
The problem is that C (or GCC) can
only change variable out of function using "*variable=value"
construct.

That's how C works - everything is passed to the function by value, so when you pass a pointer, you just pass a value which is an address.

4\/3!!
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to