[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH] target-xtensa: add missing DEBUG section to dc233c
From: |
Max Filippov |
Subject: |
[Qemu-stable] [PATCH] target-xtensa: add missing DEBUG section to dc233c config |
Date: |
Sun, 20 Oct 2013 04:22:03 +0400 |
This fixes missing debug feature opcodes of dc233c core variant.
Cc: address@hidden
Signed-off-by: Max Filippov <address@hidden>
---
target-xtensa/core-dc233c.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target-xtensa/core-dc233c.c b/target-xtensa/core-dc233c.c
index 11acbf3..738d543 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,
};
--
1.8.1.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-stable] [PATCH] target-xtensa: add missing DEBUG section to dc233c config,
Max Filippov <=