URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr36988.c] - Rev 297
Compare with Previous | Blame | View Log
typedef struct { unsigned char mbxCommand; } MAILBOX_t; void lpfc_sli_brdrestart(void) { volatile unsigned int word0; MAILBOX_t *mb; mb = (MAILBOX_t *) &word0; mb->mbxCommand = 0x1A; __writel((*(unsigned int *) mb)); }