mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Kernel/aarch64: Add stub for handle_safe_access_fault
This commit is contained in:
parent
ade27fa6b9
commit
a532d28905
1 changed files with 6 additions and 0 deletions
|
@ -58,4 +58,10 @@ bool safe_atomic_store_relaxed(u32 volatile*, u32)
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool handle_safe_access_fault(RegisterState&, FlatPtr)
|
||||||
|
{
|
||||||
|
TODO_AARCH64();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue