mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
Kernel/riscv64: Stub out Processor::set_thread_specific_data
This commit is contained in:
parent
7fff6eef09
commit
2f33e7a964
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/spholz
Commit: 2f33e7a964
Pull-request: https://github.com/SerenityOS/serenity/pull/23113
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ StringView ProcessorBase<T>::platform_string()
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void ProcessorBase<T>::set_thread_specific_data(VirtualAddress)
|
void ProcessorBase<T>::set_thread_specific_data(VirtualAddress)
|
||||||
{
|
{
|
||||||
TODO_RISCV64();
|
// FIXME: Add support for thread-local storage on RISC-V
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue