Skip to content

Commit a3c44b3

Browse files
author
Jyri Sarha
committed
debug_stream: text_msg: Align to latest changes to Zephyr PR changes
There were some changes to the Zephyr side exception dumpping sopport in the review phase of the PR. This commint aligns to them. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent ac805f1 commit a3c44b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debug/debug_stream/debug_stream_text_msg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static void ds_exception_dump(const char *format, va_list args)
130130

131131
static int init_exception_dump_hook(void)
132132
{
133-
set_exception_dump_hook(ds_exception_dump, ds_exception_drain);
133+
arch_exception_set_dump_hook(ds_exception_dump, ds_exception_drain);
134134
LOG_INF("exception_dump_hook set");
135135
return 0;
136136
}

0 commit comments

Comments
 (0)