projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8262a1
)
target-xtensa: add missing DEBUG section to dc233c config
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 20 Oct 2013 00:15:23 +0000
(
04:15
+0400)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Fri, 8 Nov 2013 05:26:07 +0000
(09:26 +0400)
This fixes missing debug feature opcodes of dc233c core variant.
Cc: qemu-stable@nongnu.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/core-dc233c.c
patch
|
blob
|
history
diff --git
a/target-xtensa/core-dc233c.c
b/target-xtensa/core-dc233c.c
index 11acbf35809afee7a6920be0910f9d3b0a831d4d..738d543e53382b3ea1e2191f8ed6994baa5a21a5 100644
(file)
--- 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,
};