diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:48:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 08:48:32 +0100 |
| commit | 4a0e2c718ffafa56d188a637b9180e2b2408101e (patch) | |
| tree | 67a467f00496bbd544c00f8d0dfcc98fe4c230d2 /dev/CompilerKit/src/Frontend/CCompilerPower64.cc | |
| parent | 903b913503630d12a6b3b71a0be28b48b1b9f3d5 (diff) | |
| parent | e2bb97abab728e8af5ee4a55cbf838e77c61dfb1 (diff) | |
Merge pull request #20 from nekernel-org/dev
License and name fixes.
Diffstat (limited to 'dev/CompilerKit/src/Frontend/CCompilerPower64.cc')
| -rw-r--r-- | dev/CompilerKit/src/Frontend/CCompilerPower64.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/CompilerKit/src/Frontend/CCompilerPower64.cc b/dev/CompilerKit/src/Frontend/CCompilerPower64.cc index 6cdfc09..80d88dc 100644 --- a/dev/CompilerKit/src/Frontend/CCompilerPower64.cc +++ b/dev/CompilerKit/src/Frontend/CCompilerPower64.cc @@ -22,7 +22,7 @@ #define kExitOK 0 -/// @author El Mahrouss Amlal (amlal@nekernel.org) +/// @author Amlal El Mahrouss (amlal@nekernel.org) /// @file cc.cc /// @brief POWER64 C Compiler. @@ -50,7 +50,7 @@ struct CompilerRegisterMap final { }; // \brief Map for C structs -// \author amlel +// \author amlal@nekernel.org struct CompilerStructMap final { /// 'struct::my_foo' std::string fName; |
