1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

LoongArch: Add greg_t and gregset_t.

This commit is contained in:
caiyinyu
2022-07-28 03:25:40 +08:00
parent 033e76ea9c
commit bce0218d9a

View File

@ -38,6 +38,9 @@
#define LARCH_REG_S2 25
#define LARCH_REG_NARGS 8
typedef unsigned long int greg_t;
/* Container for all general registers. */
typedef greg_t gregset_t[32];
#endif
typedef struct mcontext_t