diff options
Diffstat (limited to 'arch/riscv64/asm/asm-offsets.c')
| -rw-r--r-- | arch/riscv64/asm/asm-offsets.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv64/asm/asm-offsets.c b/arch/riscv64/asm/asm-offsets.c index 3619765..1239489 100644 --- a/arch/riscv64/asm/asm-offsets.c +++ b/arch/riscv64/asm/asm-offsets.c @@ -83,4 +83,9 @@ void asm_offsets() OFFSETOF(ar3, struct sys_ret); OFFSETOF(ar4, struct sys_ret); SIZEOF(sys_ret, struct sys_ret); + + OFFSETOF(exec, struct tcb); + OFFSETOF(regs, struct tcb); + OFFSETOF(tcbd, struct tcb); + SIZEOF(tcb, struct tcb); } |
