URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/gnu-src/newlib-1.17.0/newlib/libc/include
- from Rev 158 to Rev 183
- ↔ Reverse comparison
Rev 158 → Rev 183
/machine/setjmp.h
246,6 → 246,7
#endif /* __m32c__ */ |
|
#if defined(__or32__) || defined(__or1k__) || defined(__or16__) || defined(__OR32__) || defined(__OR1K__) |
/* Enough space for all regs except r0 and r11 and the status register */ |
#define _JBLEN 31 |
#define _JBTYPE unsigned long |
#endif |