summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-13 17:19:44 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-13 17:19:44 +0200
commit75774404f7db62a980843a8bc2789f6584535f47 (patch)
tree8bd995838a134c74971d90c7b3900bd5995907a0 /dev
parentabd8319522806561bec0f0278554e0747e7d02a4 (diff)
CCompiler64x0.cxx: Update documentation.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev')
-rw-r--r--dev/NDK/Sources/CCompiler64x0.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/NDK/Sources/CCompiler64x0.cxx b/dev/NDK/Sources/CCompiler64x0.cxx
index 95f02f3..394f8b6 100644
--- a/dev/NDK/Sources/CCompiler64x0.cxx
+++ b/dev/NDK/Sources/CCompiler64x0.cxx
@@ -53,7 +53,7 @@
namespace detail
{
- // \brief name to register struct.
+ // \brief Register map structure, used to keep track of each variable's registers.
struct CompilerRegisterMap final
{
std::string fName;