Fix aarch64 compilation.
This commit is contained in:
@@ -177,7 +177,7 @@ exception_stack!(synchronous_exception_at_el0, |stack| {
|
||||
let ret = syscall::syscall(
|
||||
scratch.x8, scratch.x0, scratch.x1, scratch.x2, scratch.x3, scratch.x4, stack,
|
||||
);
|
||||
scratch.x0 = ret;
|
||||
stack.scratch.x0 = ret;
|
||||
}
|
||||
|
||||
ty => {
|
||||
|
||||
+1
-1
Submodule syscall updated: 0bf7b6e73b...a8dfcdf7df
Reference in New Issue
Block a user