summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread_local_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_thread_local_page.h')
-rw-r--r--src/core/hle/kernel/k_thread_local_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_thread_local_page.h b/src/core/hle/kernel/k_thread_local_page.h
index a4fe43ee5..0a7f22680 100644
--- a/src/core/hle/kernel/k_thread_local_page.h
+++ b/src/core/hle/kernel/k_thread_local_page.h
@@ -34,8 +34,8 @@ public:
return m_virt_addr;
}
- ResultCode Initialize(KernelCore& kernel, KProcess* process);
- ResultCode Finalize();
+ Result Initialize(KernelCore& kernel, KProcess* process);
+ Result Finalize();
VAddr Reserve();
void Release(VAddr addr);