brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | see ../README.txt for stuff affecting crio and atom code |
2 | |||||
3 | [NOTES] | ||||
4 | The assumption that sizeof(pointers) == sizeof(int) == sizeof(UINT32) == sizeof(uint32_t) == 4 is all over the crio code. The vxworks apis use UINT32 to pass user-defined arguments, and just passing pointers through those makes the code a lot simpler. | ||||
5 |