Fix aarch64 compilation.

This commit is contained in:
4lDO2
2024-07-02 12:11:17 +02:00
parent 465128da26
commit 8f3e40a99e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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