Skip to content
Snippets Groups Projects
Commit ebbfd5a0 authored by Max Filippov's avatar Max Filippov
Browse files

target-xtensa: add missing DEBUG section to dc233c config


This fixes missing debug feature opcodes of dc233c core variant.

Cc: qemu-stable@nongnu.org
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent e8262a1b
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ static const XtensaConfig dc233c = {
EXCEPTIONS_SECTION,
INTERRUPTS_SECTION,
TLB_SECTION,
DEBUG_SECTION,
.clock_freq_khz = 10000,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment