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
1 changed files with 3 additions and 0 deletions

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