Skip to content

Commit

Permalink
overlays/mt8195_adsp: Fix typo
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
andyross committed Aug 30, 2023
1 parent 90b6943 commit d3477c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/xtensa_mtk_mt8195/gdb/gdb/xtensa-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,4 @@ static xtensa_register_t rmap[] =
XTREG_END
};

xtensa_gdbarch_tdep xtensa_tdep rmap);
xtensa_gdbarch_tdep xtensa_tdep (rmap);

0 comments on commit d3477c7

Please sign in to comment.