aboutsummaryrefslogtreecommitdiff
path: root/env/v/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'env/v/riscv_test.h')
-rw-r--r--env/v/riscv_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/env/v/riscv_test.h b/env/v/riscv_test.h
index 75a1388..d9b23fb 100644
--- a/env/v/riscv_test.h
+++ b/env/v/riscv_test.h
@@ -86,7 +86,7 @@ userstart: \
#define PGSHIFT 13
#define PGSIZE (1 << PGSHIFT)
-#define SIZEOF_TRAPFRAME_T 1328
+#define SIZEOF_TRAPFRAME_T 20784
#ifndef __ASSEMBLER__
@@ -147,7 +147,7 @@ typedef struct
long cause;
long insn;
long hwacha_cause;
- long evac[128];
+ long evac[2560];
} trapframe_t;
#endif