1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 08:06:17 +04:00
This commit is contained in:
Jiajie Chen 2020-07-07 17:28:54 +08:00
parent c170eb0414
commit 85528673f1

View File

@ -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;
}