aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/core-dc232b.c
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-10-31 14:21:49 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2018-11-20 12:20:41 -0800
commit7da9111e77b9cdb3a927dcd47642b7ffff9de636 (patch)
tree11ee37bc1b9a3d9a6479a6734b819fc6c624be21 /target/xtensa/core-dc232b.c
parent4614f0f8bd2e40cbc27ab6b9a1fd6244259ade8d (diff)
target/xtensa: drop num_[core_]regs from dc232b/dc233c configs
Now that xtensa_count_regs does the right thing, remove manual initialization of these fields from the affected configurations and let xtensa_finalize_config initialize them. Add XTREG_END to terminate register lists. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/core-dc232b.c')
-rw-r--r--target/xtensa/core-dc232b.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/xtensa/core-dc232b.c b/target/xtensa/core-dc232b.c
index 7131337840..7851bcb636 100644
--- a/target/xtensa/core-dc232b.c
+++ b/target/xtensa/core-dc232b.c
@@ -40,8 +40,6 @@
static XtensaConfig dc232b __attribute__((unused)) = {
.name = "dc232b",
.gdb_regmap = {
- .num_regs = 120,
- .num_core_regs = 52,
.reg = {
#include "core-dc232b/gdb-config.inc.c"
}