From ebbfd5a094ead6f28d45718f97b4837bd3e7f916 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 20 Oct 2013 04:15:23 +0400 Subject: 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 --- target-xtensa/core-dc233c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-xtensa') 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, }; -- cgit v1.2.1