URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [asm/] [bug.h] - Rev 27
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ASM_BUG_H__ #define __ASM_BUG_H__ #define BUG() do { diag_printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0) #endif /* __ASM_BUG_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log