mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
143 B
8 lines
143 B
#undef __WORDSIZE
|
|
#define __WORDSIZE 64
|
|
#define REG_PC 0
|
|
#define REG_RA 1
|
|
#define REG_SP 2
|
|
#define REG_TP 4
|
|
#define REG_S0 8
|
|
#define REG_A0 10
|
|
|