diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-27 11:39:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 11:39:12 -0400 |
commit | 0ff301cda68669c59351e5854ce98f2cf460543f (patch) | |
tree | cfe8f976261962420ada64b821559b9da0a56841 /kernel/isrs.S | |
parent | add compile_flags.txt for clangd lsp (diff) | |
download | comus-0ff301cda68669c59351e5854ce98f2cf460543f.tar.gz comus-0ff301cda68669c59351e5854ce98f2cf460543f.tar.bz2 comus-0ff301cda68669c59351e5854ce98f2cf460543f.zip |
pull upstream changes, add auto formatting
Diffstat (limited to 'kernel/isrs.S')
-rw-r--r-- | kernel/isrs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/isrs.S b/kernel/isrs.S index 421e6d2..f6bd662 100644 --- a/kernel/isrs.S +++ b/kernel/isrs.S @@ -16,7 +16,7 @@ #define ASM_SRC - .arch i386 +# .arch i386 #include <bootstrap.h> |