forked from tromey/gdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sim: m68hc11: standardize sim_cpu naming
We use "sim_cpu *cpu" in the sim code base, not "struct _sim_cpu" or the name "proc", so clean up this sim to follow along.
- Loading branch information
Showing
10 changed files
with
366 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2016-08-13 Mike Frysinger <[email protected]> | ||
|
||
* dv-m68hc11.c (m68hc11cpu_port_event): Adjust cpu prototype style. | ||
* dv-m68hc11spi.c (m68hc11spi_port_event): Likewise. | ||
* dv-m68hc11tim.c (m68hc11tim_print_timer): Likewise. | ||
* emulos.c (emul_bench): Likewise. | ||
(emul_write): Likewise. Also rename state to cpu. | ||
(emul_os): Rename proc to cpu. | ||
* gencode.c: Rename proc to cpu. | ||
* interrupts.c (interrupts_initialize): Likewise. | ||
* interrupts.h (interrupts): Adjust cpu type. | ||
(interrupts_initialize): Likewise. | ||
* m68hc11_sim.c (cpu_get_reg): Adjust cpu prototype style. | ||
(cpu_get_src_reg, cpu_set_dst_reg, cpu_set_reg, | ||
cpu_get_indexed_operand_addr, cpu_get_indexed_operand8, | ||
cpu_get_indexed_operand16, cpu_dbcc, cpu_exg): Likewise. | ||
(cpu_ccr_update_tst8): Rename proc to cpu. | ||
* sim-main.h: Rename PROC and proc to cpu. | ||
|
||
2016-08-13 Mike Frysinger <[email protected]> | ||
|
||
* dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Drop cast with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.