From 256e54f04323215a6b4e964e3955c606563c2dae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Apr 2024 22:28:21 +0200 Subject: NewOS: Pre-release R1, see below. NewFS: Add FindFork, improve CreateFork, still working on NewFS support. DriveManager: Fix ke_drv_input and ke_drv_output, drv_std_ calls, throws an error when no specifying any drive backends. Signed-off-by: Amlal El Mahrouss --- Private/Source/ThreadLocalStorage.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/Source/ThreadLocalStorage.cxx') diff --git a/Private/Source/ThreadLocalStorage.cxx b/Private/Source/ThreadLocalStorage.cxx index 2bc0e298..d3e31a1c 100644 --- a/Private/Source/ThreadLocalStorage.cxx +++ b/Private/Source/ThreadLocalStorage.cxx @@ -20,7 +20,7 @@ using namespace NewOS; /** - * Check for cookie inside TIB. + * @brief Check for cookie inside TIB. * @param tib the TIB to check. * @return if the cookie is enabled. */ @@ -38,8 +38,8 @@ Boolean tls_check_tib(ThreadInformationBlock* tib) { } /** - * System call implementation of the TLS check. - * @param ptr + * @brief System call implementation of the TLS check. + * @param stackPtr The call frame. * @return */ EXTERN_C Void tls_check_syscall_impl(NewOS::HAL::StackFramePtr stackPtr) noexcept { -- cgit v1.2.3