X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/d1b1c8d9119229dbeed06cd252917e54a1cb77f6..95be6317c7ba61fc905f0f1a9bbe37e4340e969c:/lunaix-os/kernel/spike.c diff --git a/lunaix-os/kernel/spike.c b/lunaix-os/kernel/spike.c index 86eaf94..e1983df 100644 --- a/lunaix-os/kernel/spike.c +++ b/lunaix-os/kernel/spike.c @@ -16,11 +16,4 @@ __assert_fail(const char* expr, const char* file, unsigned int line) ERROR("assertion fail (%s:%u)\n\t%s", file, line, expr); failsafe_diagnostic(); -} - -void noret -panick(const char* msg) -{ - cpu_trap_panic(msg); - spin(); -} +} \ No newline at end of file