From: Max Filippov Date: Sun, 20 Oct 2013 00:15:23 +0000 (+0400) Subject: target-xtensa: add missing DEBUG section to dc233c config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebbfd5a094ead6f28d45718f97b4837bd3e7f916;p=qemu.git 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: Max Filippov --- diff --git a/target-xtensa/core-dc233c.c b/target-xtensa/core-dc233c.c index 11acbf3580..738d543e53 100644 --- a/target-xtensa/core-dc233c.c +++ b/target-xtensa/core-dc233c.c @@ -49,6 +49,7 @@ static const XtensaConfig dc233c = { EXCEPTIONS_SECTION, INTERRUPTS_SECTION, TLB_SECTION, + DEBUG_SECTION, .clock_freq_khz = 10000, };