diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-18 10:27:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-18 10:27:31 +0200 |
| commit | fbbcfd27436fe61799c79aec14f9c2c3fdf73497 (patch) | |
| tree | d8be437f572605462637007f6bd371b6b4a650cb /dev/LibCompiler/src/CodeGen.cc | |
| parent | 2a1e217019f66b1913034b6bd760052f3b37cea4 (diff) | |
feat: PEF format update `5.0` and codebase refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/CodeGen.cc')
| -rw-r--r-- | dev/LibCompiler/src/CodeGen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CodeGen.cc b/dev/LibCompiler/src/CodeGen.cc index 3f215c5..7208d65 100644 --- a/dev/LibCompiler/src/CodeGen.cc +++ b/dev/LibCompiler/src/CodeGen.cc @@ -8,7 +8,7 @@ #include <LibCompiler/ErrorID.h> /** - * @file AssemblyFactory.cxx + * @file CodeGen.cc * @author amlal (amlal@nekernel.org) * @brief Assembler Kit * @version 0.1 |
