remove spurious MAP_32BIT definition from riscv64 arch
[musl] / arch / riscv64 / bits / reg.h
1 #undef __WORDSIZE
2 #define __WORDSIZE 64
3 #define REG_PC 0
4 #define REG_RA 1
5 #define REG_SP 2
6 #define REG_TP 4
7 #define REG_S0 8
8 #define REG_A0 10