Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.c-torture / compile / pr36988.c
blob44118d5dda3c8c95cbde0a8b33251d24bc56e39f
1 typedef struct {
2 unsigned char mbxCommand;
3 } MAILBOX_t;
4 void lpfc_sli_brdrestart(void)
6 volatile unsigned int word0;
7 MAILBOX_t *mb;
8 mb = (MAILBOX_t *) &word0;
9 mb->mbxCommand = 0x1A;
10 __writel((*(unsigned int *) mb));