kernel/arch/user_debugger: implement for risv64
Change-Id: I9cdf7a6a5b66cdd83133485f98067ce9a5fb819d Reviewed-on: https://review.haiku-os.org/c/haiku/+/4058 Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
#define _ARCH_RISCV64_DEBUGGER_H
|
||||
|
||||
|
||||
//#warning RISCV64: fixme
|
||||
struct riscv64_debug_cpu_state {
|
||||
uint32 dummy;
|
||||
uint64 x[31];
|
||||
uint64 pc;
|
||||
double f[32];
|
||||
uint64 fcsr;
|
||||
} __attribute__((aligned(8)));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user