diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-11-29 16:09:32 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-11-29 19:23:51 +0100 |
| commit | 9b3dd99abc763f5e2039933eda510ec62d395f8a (patch) | |
| tree | 8db0b52f5fcb6a4572d8d2612d7eb94c1f4f2fb1 /kernel/src/check/ubsan.c | |
| parent | d36487d9fd2c19b54a3b97bdf3562a17184711fe (diff) | |
pushing all regs in irq_handler
Diffstat (limited to 'kernel/src/check/ubsan.c')
| -rw-r--r-- | kernel/src/check/ubsan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/src/check/ubsan.c b/kernel/src/check/ubsan.c index 2e302bb..c3933da 100644 --- a/kernel/src/check/ubsan.c +++ b/kernel/src/check/ubsan.c @@ -53,6 +53,7 @@ static void ubsan_abort(const struct ubsan_source_location* location, if ( !location || !location->filename ) location = &unknown_location; + panic_rsp = 0; panic( "filename = %s; line = %d; column = %d; violation = %s;\n", location->filename, location->line, location->column, violation); |
