1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

Kernel/riscv64: Stub out Processor::set_thread_specific_data

This commit is contained in:
Sönke Holz 2024-02-04 16:55:33 +01:00 committed by Andrew Kaster
parent 7fff6eef09
commit 2f33e7a964

View file

@ -295,7 +295,7 @@ StringView ProcessorBase<T>::platform_string()
template<typename T>
void ProcessorBase<T>::set_thread_specific_data(VirtualAddress)
{
TODO_RISCV64();
// FIXME: Add support for thread-local storage on RISC-V
}
template<typename T>