updated comments

This commit is contained in:
Markus Fröschle
2013-07-22 14:47:55 +00:00
parent 138b0ef794
commit 8f4376a3f7

View File

@@ -23,7 +23,7 @@
* linker symbols must be defined in the linker command file.
*/
typedef uint32_t __attribute__((__may_alias__)) uint32_t_a;
typedef uint32_t __attribute__((__may_alias__)) uint32_t_a; /* a type to avoid gcc's complaints about pointer aliasing */
extern uint8_t _MBAR[];
extern uint8_t _MMUBAR[];