Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new manufacturer to allow DIO mode to work with the emulated flash (QEMU-45) #18

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP: LOCAL: make qemu compatible with standard GDB builds
  • Loading branch information
igrr committed Feb 19, 2021
commit c338c8d10f7ad020178b9bcfe68ecb5593257de9
2 changes: 1 addition & 1 deletion target/xtensa/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static void xtensa_core_class_init(ObjectClass *oc, void *data)
* for that: reset bit 0 in the 'flags' field of the registers definitions
* in the gdb/xtensa-config.c inside gdb source tree or inside gdb overlay.
*/
cc->gdb_num_core_regs = config->gdb_regmap.num_regs;
cc->gdb_num_core_regs = config->gdb_regmap.num_core_regs;
}

void xtensa_register_core(XtensaConfigList *node)
Expand Down