mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 08:06:17 +04:00
Fix typo
This commit is contained in:
parent
c170eb0414
commit
85528673f1
@ -62,7 +62,7 @@ pub async fn handle_syscall(thread: &Arc<Thread>, context: &mut UserContext) ->
|
||||
{
|
||||
context.sepc = context.sepc + 4;
|
||||
}
|
||||
#[cfg(mips)]
|
||||
#[cfg(mipsel)]
|
||||
{
|
||||
context.epc = context.epc + 4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user