1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09: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
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00

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>