From d3477c75be877be82008225ded3c2e8317d63c9a Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Wed, 30 Aug 2023 06:06:38 -0700 Subject: [PATCH] overlays/mt8195_adsp: Fix typo One byte error in copy/paste code. Because I'm congenitally unable to write trivial syntax correctly the first time. But also because we have no way to execute this code except inside of a Github CI container. Signed-off-by: Andy Ross --- overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c b/overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c index 67b9d2f4..9d106c9f 100644 --- a/overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c +++ b/overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c @@ -496,4 +496,4 @@ static xtensa_register_t rmap[] = XTREG_END }; -xtensa_gdbarch_tdep xtensa_tdep rmap); +xtensa_gdbarch_tdep xtensa_tdep (rmap);