riscv,nemu,trap: fix wrong register number
This commit is contained in:
parent
3ba0c6afd7
commit
f198eb6073
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ f(30) f(31)
|
|||
#define PUSH(n) STORE concat(x, n), (n * XLEN)(sp);
|
||||
#define POP(n) LOAD concat(x, n), (n * XLEN)(sp);
|
||||
|
||||
#define CONTEXT_SIZE ((NR_REGS + 3 + 1) * XLEN)
|
||||
#define CONTEXT_SIZE ((NR_REGS + 3) * XLEN)
|
||||
#define OFFSET_SP ( 2 * XLEN)
|
||||
#define OFFSET_CAUSE ((NR_REGS + 0) * XLEN)
|
||||
#define OFFSET_STATUS ((NR_REGS + 1) * XLEN)
|
||||
|
|
Loading…
Add table
Reference in a new issue