URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [machine/] [i386/] [include/] [setjmp.h] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
#define _JBLEN 9 typedef long __jmp_buf[_JBLEN]; #define SP_INDEX 7 #define _JMPBUF_UNWINDS(buf, address) \ ((void *)(address) < (void *)(buf)[SP_INDEX])
Go to most recent revision | Compare with Previous | Blame | View Log