Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rv]信号处理进入用户态前恢复gp #9072

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
【rv/c906/stackframe.h]定义GP寄存器存储偏移量
  • Loading branch information
heyuanjie87 committed Jun 19, 2024
commit e36c393fcc4f3a0efcd57b17b2594b7bbb80e8ff
1 change: 1 addition & 0 deletions libcpu/risc-v/t-head/c906/stackframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define BYTES(idx) ((idx) * REGBYTES)
#define FRAME_OFF_SSTATUS BYTES(2)
#define FRAME_OFF_SP BYTES(32)
#define FRAME_OFF_GP BYTES(3)

#include "cpuport.h"
#include "encoding.h"
Expand Down
Loading