aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_domain_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi/sbi_domain_context.h')
-rwxr-xr-xinclude/sbi/sbi_domain_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_domain_context.h b/include/sbi/sbi_domain_context.h
index edba764..0d25884 100755
--- a/include/sbi/sbi_domain_context.h
+++ b/include/sbi/sbi_domain_context.h
@@ -14,7 +14,7 @@
/** Context representation for a hart within a domain */
struct sbi_context {
/** Trap-related states such as GPRs, mepc, and mstatus */
- struct sbi_trap_regs regs;
+ struct sbi_trap_context trap_ctx;
/** Supervisor status register */
unsigned long sstatus;