Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: C66x alignment problem

$
0
0

By declaring the pointer as "struct t_test1 *pointer", you have told the compiler that it is a pointer to an aligned instance of "struct t_test1."  If you want that pointer to point to something with a different alignment, you should use "void *pointer" or "char *pointer".


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>