Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

fix: handle_syscall types differ#36

Closed
wang-jiahua wants to merge 1 commit intooscomp:mainfrom
wang-jiahua:fix_syscall
Closed

fix: handle_syscall types differ#36
wang-jiahua wants to merge 1 commit intooscomp:mainfrom
wang-jiahua:fix_syscall

Conversation

@wang-jiahua
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/syscall.rs:11

  • The function now takes a mutable reference to 'tf', yet there is no visible modification to 'tf' in this diff. If the intention is to modify 'tf', ensure that the changes are implemented consistently within the function.
fn handle_syscall(tf: &mut TrapFrame, syscall_num: usize) -> isize {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants