I propose the following "fix" > typedef cyg_addrword_t* cyg_handle_t;
define cyg_handle_t as pointer to cyg_addrword_t. That way cyg_handle_t would always be a real pointer and that is how it is used. cyg_handle_t should only be used for pointers to kernel objects (i.e. threads, mutexes, ...) , right? We (Thomas to be more precise) checked this change by running the kernel test cases and did not encounter any problems. Ciao, Fabian -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
