diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 11:09:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 11:10:42 +0100 |
| commit | 41458b7253c524db10088657c930d300fc1b09ca (patch) | |
| tree | cb98672693c922866ee9c35563956d7c9e194867 /include/CompilerKit/AE.h | |
| parent | 0966a15e05ae1645c8e0785d6fe44a9b529be6b3 (diff) | |
chore: assemblers: update assembler flag.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/AE.h')
| -rw-r--r-- | include/CompilerKit/AE.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CompilerKit/AE.h b/include/CompilerKit/AE.h index 777dc0b..c69262c 100644 --- a/include/CompilerKit/AE.h +++ b/include/CompilerKit/AE.h @@ -58,8 +58,8 @@ typedef struct AERecordHeader final { } PACKED AERecordHeader, *AERecordHeaderPtr; enum { - kKindImportSymbol = 0x356, - kKindExportSymbol = 0x237, + kKindImportSymbol = 0x356, + kKindExportSymbol = 0x237, }; enum { |
