ready for ics2021
This commit is contained in:
parent
3cf0ee6d42
commit
30e5cd0c7e
72 changed files with 252 additions and 339 deletions
|
@ -2,6 +2,13 @@
|
|||
#define ARCH_H__
|
||||
|
||||
struct Context {
|
||||
uintptr_t gpr[1];
|
||||
};
|
||||
|
||||
#define GPR1 gpr[0]
|
||||
#define GPR2 gpr[0]
|
||||
#define GPR3 gpr[0]
|
||||
#define GPR4 gpr[0]
|
||||
#define GPRx gpr[0]
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue