From 54b8cbefcc7006e2f8704429e8432c039fe8dcc2 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 18 Jun 2025 21:27:45 -0400 Subject: kernel/aarch64: Implement initial vector stubs Signed-off-by: Ian Moffett --- sys/include/arch/aarch64/frame.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/include/arch/aarch64/frame.h') diff --git a/sys/include/arch/aarch64/frame.h b/sys/include/arch/aarch64/frame.h index fa4d33d..f14fa01 100644 --- a/sys/include/arch/aarch64/frame.h +++ b/sys/include/arch/aarch64/frame.h @@ -33,9 +33,11 @@ #include typedef uint64_t lreg_t; +typedef uint64_t frament_t; /* General purpose registers */ struct gpregs { + frament_t trapno; lreg_t x0; lreg_t x1; lreg_t x2; -- cgit v1.2.3