diff options
author | Max Filippov | 2018-10-31 22:21:49 +0100 |
---|---|---|
committer | Max Filippov | 2018-11-20 21:20:41 +0100 |
commit | 7da9111e77b9cdb3a927dcd47642b7ffff9de636 (patch) | |
tree | 11ee37bc1b9a3d9a6479a6734b819fc6c624be21 /target/xtensa/core-dc232b/gdb-config.inc.c | |
parent | target/xtensa: gdbstub fix register counting (diff) | |
download | qemu-7da9111e77b9cdb3a927dcd47642b7ffff9de636.tar.gz qemu-7da9111e77b9cdb3a927dcd47642b7ffff9de636.tar.xz qemu-7da9111e77b9cdb3a927dcd47642b7ffff9de636.zip |
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/gdb-config.inc.c')
-rw-r--r-- | target/xtensa/core-dc232b/gdb-config.inc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/core-dc232b/gdb-config.inc.c b/target/xtensa/core-dc232b/gdb-config.inc.c index 13aba5edec..d87168628b 100644 --- a/target/xtensa/core-dc232b/gdb-config.inc.c +++ b/target/xtensa/core-dc232b/gdb-config.inc.c @@ -259,3 +259,4 @@ 0, 0, 0, 0, 0, 0) XTREG(119, 476, 32, 4, 4, 0x000f, 0x0006, -2, 8, 0x0100, a15, 0, 0, 0, 0, 0, 0) + XTREG_END |