URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [asm/] [bug.h] - Rev 559
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