Skip to content

Commit e8701a7

Browse files
andyrossnashif
authored andcommitted
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 <andyross@google.com>
1 parent 90b6943 commit e8701a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,4 +496,4 @@ static xtensa_register_t rmap[] =
496496
XTREG_END
497497
};
498498

499-
xtensa_gdbarch_tdep xtensa_tdep rmap);
499+
xtensa_gdbarch_tdep xtensa_tdep (rmap);

0 commit comments

Comments
 (0)