diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 20:34:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 20:34:13 +0100 |
| commit | 337d36ee5f1f8376f3dcc863270bbe92fd7f8ca7 (patch) | |
| tree | 78638ce3ca247f185d94cb4f7612c49d49265af5 /dev/LibCompiler/AAL/AssemblyInterface.h | |
| parent | a54afb132d4c1e71fc57425a25c68e9ca6053c9b (diff) | |
fix(linker): A critical fix regarding the output being repetadely
written on the file.
refactor(NFC): Rename String.h to StringView.h
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/AAL/AssemblyInterface.h')
| -rw-r--r-- | dev/LibCompiler/AAL/AssemblyInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/AAL/AssemblyInterface.h b/dev/LibCompiler/AAL/AssemblyInterface.h index 8e46455..7e02e4f 100644 --- a/dev/LibCompiler/AAL/AssemblyInterface.h +++ b/dev/LibCompiler/AAL/AssemblyInterface.h @@ -8,7 +8,7 @@ #include <LibCompiler/Macros.h> #include <LibCompiler/Defines.h> -#include <LibCompiler/NFC/String.h> +#include <LibCompiler/NFC/StringView.h> #define ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface |
