summaryrefslogtreecommitdiffhomepage
path: root/newBoot/cxxKitModule
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:24 +0100
commitae89bf9564c59ea3aee10f175d473e562af793f8 (patch)
treeedd0f19b3fe1939fa23e9985a7ed14fe5b48fbe9 /newBoot/cxxKitModule
parent5d712c34f9254351e5c9f6fd4c465b42114661d0 (diff)
h-core: update copyright year.
add linker json for PEF targets. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'newBoot/cxxKitModule')
-rw-r--r--newBoot/cxxKitModule/__cxxkit_unwind.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/newBoot/cxxKitModule/__cxxkit_unwind.cxx b/newBoot/cxxKitModule/__cxxkit_unwind.cxx
index 2935e9bf..477b6302 100644
--- a/newBoot/cxxKitModule/__cxxkit_unwind.cxx
+++ b/newBoot/cxxKitModule/__cxxkit_unwind.cxx
@@ -1,6 +1,6 @@
namespace cxxkit
{
- ///! @brief C++ ABI pushes
+ ///! @brief C++ ABI unwinding
///! finis array (r1)
///! n of finis (r2)
void __unwind(void(**finis)(void), int cnt)