diff options
author | trimill <trimill@trimillxyz.org> | 2024-02-03 00:58:27 -0500 |
---|---|---|
committer | trimill <trimill@trimillxyz.org> | 2024-02-03 00:58:27 -0500 |
commit | 5bec5d9fbdaed3a599c1cd0231f2093933828217 (patch) | |
tree | da8afdd5244697e83dc4b6e9085d3c24e5c7d5a0 /include/panic.h | |
parent | refactor, new arch dirs, (wip) page alloc on write, hsv screen (convert to us... (diff) | |
download | corn-5bec5d9fbdaed3a599c1cd0231f2093933828217.tar.gz corn-5bec5d9fbdaed3a599c1cd0231f2093933828217.tar.bz2 corn-5bec5d9fbdaed3a599c1cd0231f2093933828217.zip |
refactor exception panic
Diffstat (limited to 'include/panic.h')
-rw-r--r-- | include/panic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/panic.h b/include/panic.h index 08b7561..b79c352 100644 --- a/include/panic.h +++ b/include/panic.h @@ -8,6 +8,3 @@ __attribute__((format(printf, 3, 4))) _Noreturn void _panic_impl(char *line, char *file, char *format, ...); - -__attribute__((format(printf, 3, 4))) -_Noreturn void panic_interrupt(void *ip, void *bp, char *format, ...); |