mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
Kernel/riscv64: Stub out Processor::set_thread_specific_data
This commit is contained in:
parent
7fff6eef09
commit
2f33e7a964
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