summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/or1k/jmpbuf-offsets.h
blob: 8cd82a104c7ba6a22e9ae934eccd3474d3fa789c (plain)
1
2
3
4
5
6
7
8
#include <features.h>

#define JB_SR     0
#define JB_GPRS   1
#define JB_SP     1
#define JB_LR     9
#define JB_RV     11
#define JB_SIZE   (32*4)